From 614af204f5312962f665f635a4d6ad8992f861b9 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 +}