Completed
Push — test ( fc9274...3ae66b )
by Temitope
02:43
created
src/Model/BaseModel.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
     /**
118 118
      * This method find a record by id
119 119
      * @params int id
120
-     * @return Object
120
+     * @return BaseModel
121 121
      * @throws NoArgumentPassedToFunctionException
122 122
      */
123 123
     public static function find($id)
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
168 168
    /**
169 169
     * This method return the current class name
170 170
     * $params void
171
-    * @return classname
171
+    * @return string|false
172 172
     */
173 173
    public static function getClassName()
174 174
    {
Please login to merge, or discard this patch.