Completed
Branch spec-compliance (2f7840)
by Viacheslav
07:44
created
src/Schema.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -382,6 +382,9 @@
 block discarded – undo
382 382
     }
383 383
 
384 384
 
385
+    /**
386
+     * @param string $path
387
+     */
385 388
     private function fail(InvalidValue $exception, $path)
386 389
     {
387 390
         if ($path !== '#') {
Please login to merge, or discard this patch.
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.