mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 21:43:18 +00:00
Use short array declaration
This commit is contained in:
@@ -28,7 +28,7 @@ interface connection_interface
|
||||
|
||||
public function close();
|
||||
|
||||
public function prepare($statement, $driver_options = array());
|
||||
public function prepare($statement, $driver_options = []);
|
||||
|
||||
public function beginTransaction();
|
||||
|
||||
|
Reference in New Issue
Block a user