From 176000f1bdbdce7bd4cb07c1eeee7af7821c6c0f Mon Sep 17 00:00:00 2001 From: "steve.brazier" Date: Mon, 12 May 2014 09:07:27 +0100 Subject: [PATCH] Add missing newline to end of BaseCommandExecutor. --- PHPCI/Helper/BaseCommandExecutor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHPCI/Helper/BaseCommandExecutor.php b/PHPCI/Helper/BaseCommandExecutor.php index 08364606..7dbd7b18 100644 --- a/PHPCI/Helper/BaseCommandExecutor.php +++ b/PHPCI/Helper/BaseCommandExecutor.php @@ -98,4 +98,4 @@ abstract class BaseCommandExecutor implements CommandExecutor * @return null|string */ abstract public function findBinary($binary); -} \ No newline at end of file +}