Completed
Push — master ( 9ec3d9...db8578 )
by Kirill
05:44 queued 01:57
created
src/Grammar/PP2/Delegate/PragmaDelegate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,6 +19,6 @@
 block discarded – undo
19 19
 {
20 20
     public function reduce(): Symbol
21 21
     {
22
-        throw new \LogicException('The ' . __METHOD__ . ' not implemented yet');
22
+        throw new \LogicException('The '.__METHOD__.' not implemented yet');
23 23
     }
24 24
 }
Please login to merge, or discard this patch.
src/Grammar/PP2/Delegate/TokenDelegate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,6 +19,6 @@
 block discarded – undo
19 19
 {
20 20
     public function reduce(): Symbol
21 21
     {
22
-        throw new \LogicException('The ' . __METHOD__ . ' not implemented yet');
22
+        throw new \LogicException('The '.__METHOD__.' not implemented yet');
23 23
     }
24 24
 }
Please login to merge, or discard this patch.