@@ -85,7 +85,7 @@ |
||
| 85 | 85 | * @param array $bind array with values in [':key' => 'value'] format |
| 86 | 86 | * @param bool $fetch make fetch and return data? |
| 87 | 87 | */ |
| 88 | - @list($query, $bind, $fetch) = $arguments; // Notices disabled |
|
| 88 | + @list($query, $bind, $fetch) = $arguments; // Notices disabled |
|
| 89 | 89 | |
| 90 | 90 | // Set statement |
| 91 | 91 | $statement = $this->getConnection()->prepare($query); |
@@ -202,7 +202,7 @@ |
||
| 202 | 202 | new Exception('Unable to write in database'); |
| 203 | 203 | } |
| 204 | 204 | |
| 205 | - return (string)$query['_id']; |
|
| 205 | + return (string) $query['_id']; |
|
| 206 | 206 | } |
| 207 | 207 | |
| 208 | 208 | /** |