Passed
Branch master (8e1528)
by Thor
02:13
created
src/CoverageChecker.php 5 patches
Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -259,6 +259,4 @@
 block discarded – undo
259 259
             $suffix
260 260
         );
261 261
 
262
-        $output->writeln($message);
263
-    }
264
-}
262
+        $output->writeln($message
265 263
\ No newline at end of file
Please login to merge, or discard this patch.
Switch Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -259,6 +259,4 @@
 block discarded – undo
259 259
             $suffix
260 260
         );
261 261
 
262
-        $output->writeln($message);
263
-    }
264
-}
262
+        $output->writeln($message
265 263
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -259,6 +259,4 @@
 block discarded – undo
259 259
             $suffix
260 260
         );
261 261
 
262
-        $output->writeln($message);
263
-    }
264
-}
262
+        $output->writeln($message
265 263
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -259,6 +259,4 @@
 block discarded – undo
259 259
             $suffix
260 260
         );
261 261
 
262
-        $output->writeln($message);
263
-    }
264
-}
262
+        $output->writeln($message
265 263
\ No newline at end of file
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -259,6 +259,4 @@
 block discarded – undo
259 259
             $suffix
260 260
         );
261 261
 
262
-        $output->writeln($message);
263
-    }
264
-}
262
+        $output->writeln($message
265 263
\ No newline at end of file
Please login to merge, or discard this patch.
config.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,7 @@
 block discarded – undo
1 1
 <?php declare(strict_types=1);
2 2
 
3
-class Config {
3
+class Config
4
+{
4 5
     public string $name = 'PHPUnit coverage check';
5 6
     public string $version = '0.1.0';
6 7
 }
Please login to merge, or discard this patch.