Skip to content

Commit

Permalink
PHPStan fixes for Laravel v10.40.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed Jan 9, 2024
1 parent ad9af60 commit 4045b6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpstan-baseline-well-known.neon
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,5 @@ parameters:

# False positive for non-initialized properties (Laravel specific)
# https://github.com/phpstan/phpstan/issues/10305
- "#^Property Illuminate\\\\Database\\\\Query\\\\Builder::\\$columns \\(array\\) on left side of \\?\\? is not nullable\\.$#"
- "#^Property Illuminate\\\\Database\\\\Query\\\\Builder::\\$orders \\(array\\) on left side of \\?\\? is not nullable\\.$#"
- "#^Property Illuminate\\\\Database\\\\Query\\\\Builder::\\$unionOrders \\(array\\) on left side of \\?\\? is not nullable\\.$#"

0 comments on commit 4045b6f

Please sign in to comment.