Passed
Pull Request — master (#171)
by Zaahid
07:22 queued 03:34
created
src/Container.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
      */
54 54
     public function autoRegister($class)
55 55
     {
56
-        $fn = function ($c) use ($class) {
56
+        $fn = function($c) use ($class) {
57 57
             $ref = new ReflectionClass($class);
58 58
             $cargs = ($ref->getConstructor() !== null) ? $ref->getConstructor()->getParameters() : [];
59 59
             $ap = [];
Please login to merge, or discard this patch.