Completed
Push — spec-compliance ( 26657c...8503ea )
by Viacheslav
07:05
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.
src/Structure/ClassStructure.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
     }
81 81
 
82 82
     /**
83
-     * @return static
83
+     * @return NameMirror|null
84 84
      */
85 85
     public static function names()
86 86
     {
Please login to merge, or discard this patch.