DX: fix ci and phpstan issues

This commit is contained in:
Julien Fastré 2023-04-11 22:01:47 +02:00
parent 4db1ff405e
commit 8bec6feb96
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
4 changed files with 7 additions and 8 deletions

View File

@ -100,9 +100,8 @@ class ThirdPartySearch implements SearchInterface
'more' => $paginator->hasNextPage(), 'more' => $paginator->hasNextPage(),
]; ];
} }
if ('html' === $format) { // format "html"
throw new \UnexpectedValueException("format not supported"); throw new \UnexpectedValueException("format html not supported");
}
} }
public function supports($domain, $format): bool public function supports($domain, $format): bool