We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe1c462 commit 0d4e52fCopy full SHA for 0d4e52f
src/Service/OpenSearch.php
@@ -47,7 +47,7 @@ public function __construct(
47
* Return full engine name.
48
*
49
* @return string
50
- * @throws ServiceException // @phpstan-ignore-line
+ * @throws ServiceException
51
*/
52
public function getFullEngineName(): string
53
{
tests/static/phpstan.neon
@@ -6,6 +6,9 @@ parameters:
6
- ../../src/Test/*
7
reportUnmatchedIgnoredErrors: false
8
treatPhpDocTypesAsCertain: false
9
+ exceptions:
10
+ check:
11
+ tooWideThrowType: false
12
ignoreErrors:
13
- message: "#.*ComponentRegistrar.*#"
14
path: ../../src/StaticContent/ThemeResolver.php
0 commit comments