Skip to content

Commit

Permalink
Fix phpstan.neon
Browse files Browse the repository at this point in the history
  • Loading branch information
m3m0r7 committed Sep 29, 2023
1 parent 17c7089 commit 32dfeca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ parameters:
- '#[^:]+::__debugInfo\(\) return type has no value type specified in iterable type array#'
- '#Class [^\s]+ has an uninitialized readonly property \$.+?\. Assign it in the constructor#'
- '#Readonly property [^\s]+ is assigned outside of the constructor#'
- '#Class [^\s]+ is not an Attribute class#'
- '#Attribute class [^\s]+ does not have a constructor and must be instantiated without any parameters#'

0 comments on commit 32dfeca

Please sign in to comment.