Passed
Pull Request — master (#42)
by Korotkov
08:21 queued 06:58
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 a request");
24
+            printf("%s %s" . PHP_EOL, get_called_class(), "has handle a request");
25 25
             return;
26 26
         }
27 27
 
Please login to merge, or discard this patch.