Completed
Push — master ( 6e1c48...7d90f1 )
by John
03:00
created
src/Hydrator/Processors/Factory/FactoryQueue.php 2 patches
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,6 +21,7 @@  discard block
 block discarded – undo
21 21
     /**
22 22
      * PriorityQueue constructor.
23 23
      * @param Factory[] ...$factories
24
+     * @param ComplexTypeFactory $factories
24 25
      */
25 26
     public function __construct(Factory ...$factories)
26 27
     {
@@ -38,8 +39,8 @@  discard block
 block discarded – undo
38 39
     }
39 40
 
40 41
     /**
41
-     * @param mixed $value
42
-     * @param mixed $priority
42
+     * @param Factory $value
43
+     * @param integer $priority
43 44
      */
44 45
     public function insert($value, $priority)
45 46
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /*
3 3
  * This file is part of the KleijnWeb\PhpApi\Descriptions\Hydrator package.
4 4
  *
Please login to merge, or discard this patch.
src/Hydrator/Processors/Object/ObjectProcessor.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
 
59 59
     /**
60 60
      * @param mixed $node
61
-     * @return mixed
61
+     * @return \stdClass
62 62
      */
63 63
     public function dehydrate($node)
64 64
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /*
3 3
  * This file is part of the KleijnWeb\PhpApi\Descriptions\Hydrator package.
4 4
  *
Please login to merge, or discard this patch.
src/Hydrator/Processors/Scalar/NumberProcessor.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
      * Cast a scalar value using the schema.
31 31
      *
32 32
      * @param mixed  $value
33
-     * @param Schema $schema
34 33
      *
35 34
      * @return float|int|string|\DateTimeInterface
36 35
      * @throws UnsupportedException
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /*
3 3
  * This file is part of the KleijnWeb\PhpApi\Descriptions\Hydrator package.
4 4
  *
Please login to merge, or discard this patch.
src/Hydrator/DateTimeSerializer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /*
3 3
  * This file is part of the KleijnWeb\PhpApi\Descriptions\Hydrator package.
4 4
  *
Please login to merge, or discard this patch.
src/Hydrator/Processors/Scalar/NullProcessor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /*
3 3
  * This file is part of the KleijnWeb\PhpApi\Descriptions\Hydrator package.
4 4
  *
Please login to merge, or discard this patch.
src/Hydrator/Processors/Scalar/ScalarProcessor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /*
3 3
  * This file is part of the KleijnWeb\PhpApi\Descriptions\Hydrator package.
4 4
  *
Please login to merge, or discard this patch.
src/Hydrator/Processors/Scalar/DateTimeProcessor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /*
3 3
  * This file is part of the KleijnWeb\PhpApi\Descriptions\Hydrator package.
4 4
  *
Please login to merge, or discard this patch.
src/Hydrator/Processors/Scalar/StringProcessor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /*
3 3
  * This file is part of the KleijnWeb\PhpApi\Descriptions\Hydrator package.
4 4
  *
Please login to merge, or discard this patch.
src/Hydrator/Processors/Scalar/BoolProcessor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /*
3 3
  * This file is part of the KleijnWeb\PhpApi\Descriptions\Hydrator package.
4 4
  *
Please login to merge, or discard this patch.