Completed
Pull Request — master (#450)
by Anton
06:16
created
src/_functions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@
 block discarded – undo
164 164
     /**
165 165
      * Return the value for callable
166 166
      *
167
-     * @param  callable|mixed $value
167
+     * @param  callable $value
168 168
      *
169 169
      * @return mixed
170 170
      */
Please login to merge, or discard this patch.
src/Crud/CrudInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      *
32 32
      * @param  mixed $primary
33 33
      *
34
-     * @return mixed
34
+     * @return \Bluz\Db\Row
35 35
      */
36 36
     public function readOne($primary);
37 37
 
Please login to merge, or discard this patch.