Passed
Push — master ( 5abf7f...24db70 )
by Matthias
02:35
created
src/Zepi/Turbo/Manager/DependencyInjectionManager.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     }
Please login to merge, or discard this patch.