mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
cs: Enable a couple of risky rules.
This commit is contained in:
@@ -97,7 +97,7 @@ class ThirdPartySearch implements SearchInterface
|
||||
|
||||
public function supports($domain, $format): bool
|
||||
{
|
||||
return self::NAME === $domain and 'json' === $format;
|
||||
return self::NAME === $domain && 'json' === $format;
|
||||
}
|
||||
|
||||
protected function count($centers, $terms): int
|
||||
|
Reference in New Issue
Block a user