Fix PHPCS error

This commit is contained in:
Stephen Ball 2015-10-13 16:08:44 +01:00
parent d2ab7b300d
commit 2d667d477d

View file

@ -101,7 +101,6 @@ class SlackNotify implements \PHPCI\Plugin
// Include an attachment which shows the status and hide the message
if ($this->show_status) {
$successfulBuild = $this->build->isSuccessful();
if ($successfulBuild) {