@@ -99,7 +99,7 @@ discard block |
||
| 99 | 99 | /** |
| 100 | 100 | * This method find a record by id |
| 101 | 101 | * @params int id |
| 102 | - * @return Object |
|
| 102 | + * @return BaseClass |
|
| 103 | 103 | * @throws NoArgumentPassedToFunctionException |
| 104 | 104 | */ |
| 105 | 105 | public static function find($id) |
@@ -142,7 +142,7 @@ discard block |
||
| 142 | 142 | /** |
| 143 | 143 | * This method return the current class name |
| 144 | 144 | * $params void |
| 145 | - * @return classname |
|
| 145 | + * @return string|false |
|
| 146 | 146 | */ |
| 147 | 147 | public static function getClassName() |
| 148 | 148 | { |