mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 03:16:36 -04:00
Type hinting fixes
This commit is contained in:
parent
716fc8bea9
commit
f9c873003e
4 changed files with 12 additions and 9 deletions
|
@ -11,8 +11,8 @@ parameters:
|
|||
# Ignore errors caused by no type hints on class properties, as that's not available till PHP 7.4
|
||||
- '#Property .+? has no type specified.#'
|
||||
|
||||
# Ignore errors caused by type hints that should be union types. Union types are not yet supported in PHP.
|
||||
- '#Function vd(s|d)?\(\) has parameter \$var with no type specified.#'
|
||||
# Ignore setters for properties that accept several types
|
||||
- '#Property Artwork::\$Tags \(array<ArtworkTag>\) does not accept.+#'
|
||||
level:
|
||||
8
|
||||
paths:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue