@@ -127,7 +127,7 @@ discard block |
||
127 | 127 | } |
128 | 128 | |
129 | 129 | if ($parameterValue === null) { |
130 | - throw new Exception('Cannot find correct value for parameter "' . $parameter->name . '" in class "' . $constructor->class . '".'); |
|
130 | + throw new Exception('Cannot find correct value for parameter "'.$parameter->name.'" in class "'.$constructor->class.'".'); |
|
131 | 131 | } |
132 | 132 | |
133 | 133 | $parameters[] = $parameterValue; |
@@ -219,7 +219,7 @@ discard block |
||
219 | 219 | break; |
220 | 220 | |
221 | 221 | default: |
222 | - throw new Exception('Cannot find framework manager "' . $className . '".'); |
|
222 | + throw new Exception('Cannot find framework manager "'.$className.'".'); |
|
223 | 223 | break; |
224 | 224 | } |
225 | 225 | } |