@@ -19,6 +19,6 @@ |
||
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 | } |
@@ -19,6 +19,6 @@ |
||
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 | } |