@@ -127,7 +127,7 @@ |
||
| 127 | 127 | * @throws ArgumentNumberIncorrectException |
| 128 | 128 | * @throws ArgumentNotFoundException |
| 129 | 129 | * |
| 130 | - * @return object |
|
| 130 | + * @return DataBaseModel |
|
| 131 | 131 | */ |
| 132 | 132 | public static function findById($id) |
| 133 | 133 | { |
@@ -79,7 +79,7 @@ discard block |
||
| 79 | 79 | * This method read the data in the table name of the id being passed to it. |
| 80 | 80 | * |
| 81 | 81 | * @param $id |
| 82 | - * @param $tableName |
|
| 82 | + * @param string $tableName |
|
| 83 | 83 | * |
| 84 | 84 | * @return array |
| 85 | 85 | */ |
@@ -142,7 +142,7 @@ discard block |
||
| 142 | 142 | * This method delete the table name of the id passed to it. |
| 143 | 143 | * |
| 144 | 144 | * @param $id |
| 145 | - * @param $tableName |
|
| 145 | + * @param string $tableName |
|
| 146 | 146 | * |
| 147 | 147 | * @return bool |
| 148 | 148 | */ |