mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Fix phpstan error definition
This commit is contained in:
parent
80bdeb280a
commit
c4f8da5f02
@ -11,6 +11,6 @@ parameters:
|
|||||||
objectManagerLoader: 'config/entity-manager.php'
|
objectManagerLoader: 'config/entity-manager.php'
|
||||||
ignoreErrors:
|
ignoreErrors:
|
||||||
- '#should return int<0, max> but returns int#'
|
- '#should return int<0, max> but returns int#'
|
||||||
- '#expects -1|int<1, max>, int given#'
|
- '#expects -1\|int<1, max>, int given#'
|
||||||
- identifier: missingType.generics
|
- identifier: missingType.generics
|
||||||
- identifier: missingType.iterableValue
|
- identifier: missingType.iterableValue
|
||||||
|
Loading…
Reference in New Issue
Block a user