Completed
Branch master (4f7a58)
by Alexander
01:59
created
src/CodeInsight/Command/TestsCommand.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,8 +61,7 @@
 block discarded – undo
61 61
 
62 62
 		if ( !$missing_tests ) {
63 63
 			$this->io->writeln('<info>Tests for all source files are found.</info>');
64
-		}
65
-		else {
64
+		} else {
66 65
 			$this->io->writeln(array('<error>Tests for following source files are missing:</error>', ''));
67 66
 
68 67
 			foreach ( $missing_tests as $missing_test ) {
Please login to merge, or discard this patch.