Skip to content

Commit

Permalink
add .noai file
Browse files Browse the repository at this point in the history
Fixes #575
Fixes #587
  • Loading branch information
mimmi20 committed Dec 9, 2023
1 parent a8aaacc commit eb71e26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file added .noai
Empty file.
3 changes: 3 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ parameters:
# reports properties with native types that weren’t initialized in the class constructor
checkUninitializedProperties: true

# reports missing #[\Override] attribute
checkMissingOverrideMethodAttribute: true

# doesn’t require typehints for properties if the types can be inferred from constructor injection
inferPrivatePropertyTypeFromConstructor: false

Expand Down

0 comments on commit eb71e26

Please sign in to comment.