@@ -81,7 +81,7 @@ discard block |
||
| 81 | 81 | * @throws EmptyArrayException |
| 82 | 82 | * @throws NoRecordCreatedException |
| 83 | 83 | * |
| 84 | - * @return bool true or false; |
|
| 84 | + * @return boolean|null true or false; |
|
| 85 | 85 | */ |
| 86 | 86 | public function save($dbConn) |
| 87 | 87 | { |
@@ -138,7 +138,7 @@ discard block |
||
| 138 | 138 | * @throws ArgumentNumberIncorrectException |
| 139 | 139 | * @throws ArgumentNotFoundException |
| 140 | 140 | * |
| 141 | - * @return object |
|
| 141 | + * @return DataBaseModel |
|
| 142 | 142 | */ |
| 143 | 143 | public static function findById($id) |
| 144 | 144 | { |