Completed
Push — master ( 957ceb...9ec3d9 )
by Kirill
02:06
created
src/Grammar/PP2/Delegate/ConcatenationDelegate.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/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.