Skip to content

Commit

Permalink
Merge pull request #4807 from RoboJackets/renovate/phpstan-packages
Browse files Browse the repository at this point in the history
Update PHPStan packages
  • Loading branch information
renovate[bot] authored Sep 10, 2024
2 parents 6fe3b96 + d973d04 commit 34990ff
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
"nunomaduro/collision": "8.1.1",
"larastan/larastan": "2.9.8",
"phan/phan": "5.4.3",
"phpstan/extension-installer": "1.4.2",
"phpstan/phpstan": "1.12.0",
"phpstan/extension-installer": "1.4.3",
"phpstan/phpstan": "1.12.3",
"phpstan/phpstan-deprecation-rules": "1.2.0",
"phpstan/phpstan-strict-rules": "1.6.0",
"phpunit/phpunit": "10.5.20",
Expand Down
26 changes: 13 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ parameters:
- '#Class App\\Models\\[a-zA-Z]+ uses generic trait Illuminate\\Database\\Eloquent\\Factories\\HasFactory but does not specify its types: TFactory#'
- '#Class App\\Nova\\Resource extends generic class Laravel\\Nova\\Resource but does not specify its types: TModel#'
- '#Dynamic call to static method App\\Models\\[a-zA-Z]+::[a-zA-Z]+\(\)\.#'
- '#Dynamic call to static method Illuminate\\Contracts\\Auth\\Guard::check\(\)\.#'
- '#Dynamic call to static method Illuminate\\Contracts\\Auth\\Guard::user\(\)\.#'
- '#Dynamic call to static method Illuminate\\Database\\Eloquent\\Builder<App\\Models\\Payment>::orWhereNotNull\(\)\.#'
- '#Dynamic call to static method Illuminate\\Database\\Eloquent\\Builder<App\\Models\\TravelAssignment>::needDocuSign\(\)\.#'
- '#Dynamic call to static method Illuminate\\Database\\Eloquent\\Builder<Illuminate\\Database\\Eloquent\\Model>::whereId\(\)\.#'
Expand Down

0 comments on commit 34990ff

Please sign in to comment.