Completed
Pull Request — master (#438)
by Anton
06:33
created
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.
src/Proxy/Cache.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -158,6 +158,7 @@
 block discarded – undo
158 158
     /**
159 159
      * Prepare key
160 160
      *
161
+     * @param string $key
161 162
      * @return string
162 163
      */
163 164
     public static function prepare($key)
Please login to merge, or discard this patch.