Completed
Pull Request — master (#6)
by Viacheslav
01:49
created
src/Schema.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -405,6 +405,9 @@  discard block
 block discarded – undo
405 405
     }
406 406
 
407 407
 
408
+    /**
409
+     * @param string $path
410
+     */
408 411
     private function fail(InvalidValue $exception, $path)
409 412
     {
410 413
         if ($path !== '#') {
@@ -482,6 +485,9 @@  discard block
 block discarded – undo
482 485
         return $this;
483 486
     }
484 487
 
488
+    /**
489
+     * @param string $className
490
+     */
485 491
     public function getMeta($className)
486 492
     {
487 493
         if (isset($this->metaItems[$className])) {
Please login to merge, or discard this patch.
src/Structure/Composition.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 class Composition extends Schema
13 13
 {
14 14
     /**
15
-     * @param Schema... $schema
16 15
      */
17 16
     public function __construct()
18 17
     {
Please login to merge, or discard this patch.
src/Structure/ObjectItem.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Swaggest\JsonSchema\Structure;
4 4
 
5
-use Swaggest\JsonSchema\Constraint\Properties;
6 5
 use Swaggest\JsonSchema\MagicMap;
7 6
 
8 7
 class ObjectItem extends MagicMap
Please login to merge, or discard this patch.