mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
DX: fix ci and phpstan issues
This commit is contained in:
@@ -100,9 +100,8 @@ class ThirdPartySearch implements SearchInterface
|
||||
'more' => $paginator->hasNextPage(),
|
||||
];
|
||||
}
|
||||
if ('html' === $format) {
|
||||
throw new \UnexpectedValueException("format not supported");
|
||||
}
|
||||
// format "html"
|
||||
throw new \UnexpectedValueException("format html not supported");
|
||||
}
|
||||
|
||||
public function supports($domain, $format): bool
|
||||
|
Reference in New Issue
Block a user