Fix latest merges

This commit is contained in:
Romain Neutron
2013-12-09 19:19:53 +01:00
parent c960ec7b34
commit 1e3b3a1b60
6 changed files with 19 additions and 11 deletions

View File

@@ -17,6 +17,6 @@ class SphinxSearchEngineSubscriber implements EventSubscriberInterface
{
public static function getSubscribedEvents()
{
return array();
return [];
}
}