Completed
Push — output_parsers_refactor ( a7c18a...aea727 )
by Alessandro
02:44
created
src/Paraunit/Lifecycle/AbstractEvent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     public function get($contextParameterName)
32 32
     {
33 33
         if ( ! $this->has($contextParameterName)) {
34
-            throw new \LogicException('Cannot find parameter: ' . $contextParameterName);
34
+            throw new \LogicException('Cannot find parameter: '.$contextParameterName);
35 35
         }
36 36
 
37 37
         return $this->context[$contextParameterName];
Please login to merge, or discard this patch.