@@ -117,7 +117,7 @@ discard block |
||
| 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 |
||
| 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 | { |