Test Failed
Push — master ( b8c007...0971b0 )
by Kirill
02:18
created
src/Reflection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     {
39 39
         parent::__construct($parent ?? new SimpleDictionary());
40 40
 
41
-        $this->wrap(function () {
41
+        $this->wrap(function() {
42 42
             $this->boot();
43 43
         });
44 44
     }
Please login to merge, or discard this patch.