Skip to content

Commit 822c23b

Browse files
committed
Update phpstan.neon.dist
1 parent c00b7de commit 822c23b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpstan.neon.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ parameters:
2222
# phpstan lets me down after changing some return type documentations throughout the code base
2323
# by halucinating actual return tpes which aren’t there. For today, I give this up.
2424

25-
- message: '#should return array<int|string, mixed> but returns array<mixed, mixed>#'
25+
- message: '#should return array<int\|string, mixed> but returns array<mixed, mixed>#'
2626
paths:
2727
- %currentWorkingDirectory%/src/Psr6CacheMatomoApiClient.php
2828
- %currentWorkingDirectory%/src/MatomoApiClient.php

0 commit comments

Comments
 (0)