mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-29 05:26:13 +00:00
DX: fix ci and phpstan issues
This commit is contained in:
parent
4db1ff405e
commit
8bec6feb96
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user