Completed
Push — master ( 097411...81da4d )
by Jefersson
13s queued 11s
created
src/Command/Checker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
             }
98 98
         }
99 99
 
100
-        if (! $success) {
100
+        if (!$success) {
101 101
             $output->writeln('');
102 102
             $output->writeln('<bg=red;fg=white>    Something goes wrong!     </>');
103 103
 
Please login to merge, or discard this patch.
src/Filter/FilterAggregator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
 
40 40
     public function apply() : string
41 41
     {
42
-        $applyFilters = static function (string $docheader, string $filter) : string {
42
+        $applyFilters = static function(string $docheader, string $filter) : string {
43 43
             return (new $filter())->__invoke($docheader);
44 44
         };
45 45
 
Please login to merge, or discard this patch.