Completed
Branch master (f2504e)
by Harry
08:21
created
src/Dialect/RedshiftDialect.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -656,7 +656,7 @@  discard block
 block discarded – undo
656 656
     }
657 657
 
658 658
     /**
659
-     * @param object $entity
659
+     * @param FileNodeInterface $entity
660 660
      *
661 661
      * @return string
662 662
      */
@@ -682,7 +682,7 @@  discard block
 block discarded – undo
682 682
     }
683 683
 
684 684
     /**
685
-     * @param object $entity
685
+     * @param FileNodeInterface $entity
686 686
      *
687 687
      * @return string|null
688 688
      */
Please login to merge, or discard this patch.
src/Helper/ChunkedIterator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     }
40 40
 
41 41
     /**
42
-     * @return int|mixed
42
+     * @return integer
43 43
      */
44 44
     public function key()
45 45
     {
Please login to merge, or discard this patch.
src/QueryNode.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@  discard block
 block discarded – undo
21 21
      *
22 22
      * @param AdapterInterface $adapter
23 23
      * @param string           $sql
24
-     * @param array            $bind
24
+     * @param string[]            $bind
25 25
      */
26 26
     public function __construct(AdapterInterface $adapter, $sql, array $bind = [])
27 27
     {
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
     }
53 53
 
54 54
     /**
55
-     * @return mixed
55
+     * @return string
56 56
      */
57 57
     public function getSql()
58 58
     {
Please login to merge, or discard this patch.
src/TableNode.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
     }
129 129
 
130 130
     /**
131
-     * @return string[]
131
+     * @return string
132 132
      */
133 133
     public function getColumns()
134 134
     {
Please login to merge, or discard this patch.