We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00b7de commit 822c23bCopy full SHA for 822c23b
1 file changed
phpstan.neon.dist
@@ -22,7 +22,7 @@ parameters:
22
# phpstan lets me down after changing some return type documentations throughout the code base
23
# by halucinating actual return tpes which aren’t there. For today, I give this up.
24
25
- - message: '#should return array<int|string, mixed> but returns array<mixed, mixed>#'
+ - message: '#should return array<int\|string, mixed> but returns array<mixed, mixed>#'
26
paths:
27
- %currentWorkingDirectory%/src/Psr6CacheMatomoApiClient.php
28
- %currentWorkingDirectory%/src/MatomoApiClient.php
0 commit comments