Completed
Pull Request — 1.0 (#8)
by David
07:32 queued 05:05
created
src/ServiceProvider/ServiceProviderLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@
 block discarded – undo
143 143
         } elseif (is_string($callable) && strpos($callable, '::') !== false) {
144 144
             $pos = strpos($callable, '::');
145 145
             $className = substr($callable, 0, $pos);
146
-            $methodName = substr($callable, $pos + 2);
146
+            $methodName = substr($callable, $pos+2);
147 147
             $params = [$containerDefinition];
148 148
             if ($callbackWrapperDefinition) {
149 149
                 $params[] = $callbackWrapperDefinition;
Please login to merge, or discard this patch.