Completed
Push — spec-compliance ( 2f7840...a46949 )
by Viacheslav
02:00
created
src/SchemaLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
         if (isset($schemaArray[self::ID])) {
98 98
             $parentScope = $this->resolutionScope;
99 99
             $this->resolutionScope = Helper::resolveURI($parentScope, $schemaArray[self::ID]);
100
-            $defer = new ScopeExit(function () use ($parentScope) {
100
+            $defer = new ScopeExit(function() use ($parentScope) {
101 101
                 $this->resolutionScope = $parentScope;
102 102
             });
103 103
         }
Please login to merge, or discard this patch.