Passed
Branch master (60920b)
by Ryosuke
04:05
created
src/Paginator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
     }
92 92
 
93 93
     /**
94
-     * @param $name
94
+     * @param string $name
95 95
      * @return \ReflectionProperty
96 96
      */
97 97
     protected function ormProperty($name)
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
     }
120 120
 
121 121
     /**
122
-     * @param Select[] $selects
122
+     * @param Select $selects
123 123
      * @return ORM
124 124
      */
125 125
     protected function compileSelect(Select ...$selects)
Please login to merge, or discard this patch.