File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1+ .hhconfig
2+ .onion
3+ build /
14composer.lock
2- vendor /
35src /PHPBrew /
4- build /
5- .onion
6- .hhconfig
6+ vendor /
7+ tmp /
Original file line number Diff line number Diff line change 2222 },
2323 "require-dev" : {
2424 "corneltek/phpunit-testmore" : " dev-master" ,
25- "satooshi/php-coveralls" : " ^1"
25+ "satooshi/php-coveralls" : " ^1" ,
26+ "phpunit/phpunit" : " ^5.7"
2627 },
2728 "license" : " MIT" ,
2829 "authors" : [
Original file line number Diff line number Diff line change @@ -407,7 +407,8 @@ public function run(Array $argv)
407407 }
408408 $ currentCmd ->finish ();
409409 $ this ->finish ();
410- return true ;
410+
411+ return $ return !== false ;
411412 }
412413
413414 /**
Original file line number Diff line number Diff line change @@ -814,7 +814,8 @@ public function executeWrapper(array $args)
814814
815815 if ($ valid === FALSE ) {
816816 $ this ->logger ->error ($ message ?: "Invalid argument $ arg " );
817- return ;
817+
818+ return false ;
818819 }
819820 }
820821 }
You can’t perform that action at this time.
0 commit comments