| @@ -97,7 +97,7 @@ | ||
| 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 | |
| @@ -39,7 +39,7 @@ | ||
| 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 | |