From 2d667d477d32ad04d1eff8d7cd2a936bd1a9f9a7 Mon Sep 17 00:00:00 2001 From: Stephen Ball Date: Tue, 13 Oct 2015 16:08:44 +0100 Subject: [PATCH] Fix PHPCS error --- PHPCI/Plugin/SlackNotify.php | 1 - 1 file changed, 1 deletion(-) diff --git a/PHPCI/Plugin/SlackNotify.php b/PHPCI/Plugin/SlackNotify.php index 93a2e272..0e8d1cad 100644 --- a/PHPCI/Plugin/SlackNotify.php +++ b/PHPCI/Plugin/SlackNotify.php @@ -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) {