mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Use short array declaration
This commit is contained in:
@@ -152,7 +152,7 @@ interface Bridge_Api_Interface
|
||||
|
||||
public function get_error_message_from_status($connector_status);
|
||||
|
||||
public function upload(record_adapter $record, array $options = array());
|
||||
public function upload(record_adapter $record, array $options = []);
|
||||
|
||||
public function is_valid_object_id($object_id);
|
||||
|
||||
|
Reference in New Issue
Block a user