Add missing newline to end of BaseCommandExecutor.

This commit is contained in:
steve.brazier 2014-05-12 09:07:27 +01:00
parent 6b873bd303
commit 176000f1bd

View file

@ -98,4 +98,4 @@ abstract class BaseCommandExecutor implements CommandExecutor
* @return null|string
*/
abstract public function findBinary($binary);
}
}