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