mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-17 07:49:54 +03:00
Fix phpstan error definition
This commit is contained in:
parent
80bdeb280a
commit
c4f8da5f02
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ parameters:
|
|||
objectManagerLoader: 'config/entity-manager.php'
|
||||
ignoreErrors:
|
||||
- '#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.iterableValue
|
||||
|
|
Loading…
Add table
Reference in a new issue