@@ -31,7 +31,7 @@ |
||
| 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]; |