@@ -202,7 +202,7 @@ |
||
202 | 202 | new Exception('Unable to write in database'); |
203 | 203 | } |
204 | 204 | |
205 | - return (string)$data['_id']; |
|
205 | + return (string) $data['_id']; |
|
206 | 206 | } |
207 | 207 | |
208 | 208 | /** |
@@ -95,7 +95,7 @@ |
||
95 | 95 | * @param array $bind array with values in [':key' => 'value'] format |
96 | 96 | * @param bool $fetch make fetch and return data? |
97 | 97 | */ |
98 | - @list($query, $bind, $fetch) = $arguments; // Notices disabled |
|
98 | + @list($query, $bind, $fetch) = $arguments; // Notices disabled |
|
99 | 99 | |
100 | 100 | // Set statement |
101 | 101 | $statement = $this->getInstance()->prepare($query); |