@@ -215,7 +215,6 @@ discard block |
||
| 215 | 215 | /** |
| 216 | 216 | * Execute the given storage query. |
| 217 | 217 | * |
| 218 | - * @param \Darya\Storage\Query $query |
|
| 219 | 218 | * @return \Darya\Database\Storage\Result |
| 220 | 219 | */ |
| 221 | 220 | public function execute(StorageQuery $storageQuery) { |
@@ -280,7 +279,7 @@ discard block |
||
| 280 | 279 | * |
| 281 | 280 | * Returns false if there was no error. |
| 282 | 281 | * |
| 283 | - * @return string|bool |
|
| 282 | + * @return string|false |
|
| 284 | 283 | */ |
| 285 | 284 | public function error() { |
| 286 | 285 | if ($error = $this->connection->error()) { |