Passed
Push — master ( 2e0c74...259d67 )
by Korotkov
08:40 queued 07:19
created
src/AbstractHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     public function execute(string $request): void
18 18
     {
19 19
         if ($request === get_called_class()) {
20
-            printf("%s %s".PHP_EOL, get_called_class(), "has handle an error");
20
+            printf("%s %s" . PHP_EOL, get_called_class(), "has handle an error");
21 21
             return;
22 22
         }
23 23
 
Please login to merge, or discard this patch.