mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Use short array declaration
This commit is contained in:
@@ -238,5 +238,5 @@ interface SearchEngineInterface
|
||||
* @param Application $app
|
||||
* @param array $options
|
||||
*/
|
||||
public static function create(Application $app, array $options = array());
|
||||
public static function create(Application $app, array $options = []);
|
||||
}
|
||||
|
Reference in New Issue
Block a user