Use short array declaration

This commit is contained in:
Romain Neutron
2013-11-18 11:58:12 +01:00
parent 2898b317c4
commit 56b373ee6e
723 changed files with 8350 additions and 8352 deletions

View File

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