@@ -97,7 +97,7 @@ discard block |
||
| 97 | 97 | } |
| 98 | 98 | |
| 99 | 99 | if ($parameterValue === null) { |
| 100 | - throw new Exception('Cannot find correct value for parameter "' . $parameter->name . '" in class "' . $className . '".'); |
|
| 100 | + throw new Exception('Cannot find correct value for parameter "'.$parameter->name.'" in class "'.$className.'".'); |
|
| 101 | 101 | } |
| 102 | 102 | |
| 103 | 103 | $parameters[] = $parameterValue; |
@@ -189,7 +189,7 @@ discard block |
||
| 189 | 189 | break; |
| 190 | 190 | |
| 191 | 191 | default: |
| 192 | - throw new Exception('Cannot find framework manager "' . $className . '".'); |
|
| 192 | + throw new Exception('Cannot find framework manager "'.$className.'".'); |
|
| 193 | 193 | break; |
| 194 | 194 | } |
| 195 | 195 | } |