mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 11:33:49 +00:00
apply more cs rules for php-cs
This commit is contained in:
@@ -68,10 +68,10 @@ interface SearchInterface
|
||||
* take only the given parameters into account; the results from pagination
|
||||
* should be ignored. (Most of the time, it should be the same).
|
||||
*
|
||||
* @param array $terms the string to search
|
||||
* @param int $start the first result (for pagination)
|
||||
* @param int $limit the number of result (for pagination)
|
||||
* @param "html"|"json" $format The format for result
|
||||
* @param array $terms the string to search
|
||||
* @param int $start the first result (for pagination)
|
||||
* @param int $limit the number of result (for pagination)
|
||||
* @param "html"|"json" $format The format for result
|
||||
*
|
||||
* @return string|array a string if format is html, an array if format is json
|
||||
*/
|
||||
@@ -80,9 +80,6 @@ interface SearchInterface
|
||||
/**
|
||||
* indicate if the implementation supports the given domain.
|
||||
*
|
||||
* @param mixed $domain
|
||||
* @param mixed $format
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function supports($domain, $format);
|
||||
|
Reference in New Issue
Block a user