Passed
Push — master ( 259d67...b50e20 )
by Korotkov
07:54 queued 13s
created
src/AbstractHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     {
22 22
         // In case of compliance, the code is executed
23 23
         if ($request === get_called_class()) {
24
-            printf("%s %s".PHP_EOL, get_called_class(), "has handle an request");
24
+            printf("%s %s" . PHP_EOL, get_called_class(), "has handle an request");
25 25
             return;
26 26
         }
27 27
 
Please login to merge, or discard this patch.