@@ -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); |