mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 19:43:49 +00:00
cs: Enable more risky rules.
This commit is contained in:
@@ -73,7 +73,7 @@ class SearchProvider
|
||||
throw new UnknowSearchNameException($name);
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* return search services in an array, ordered by
|
||||
* the order key (defined in service definition)
|
||||
* the conflicts in keys (twice the same order) are resolved
|
||||
@@ -83,7 +83,6 @@ class SearchProvider
|
||||
*
|
||||
* @return SearchInterface[], with an int as array key
|
||||
*/
|
||||
|
||||
public function getByOrder()
|
||||
{
|
||||
//sort the array
|
||||
|
Reference in New Issue
Block a user