Skip to content

Commit

Permalink
chore(deps-dev): bump larastan/larastan from 2.9.10 to 2.9.11 (#1485)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump larastan/larastan from 2.9.10 to 2.9.11

Bumps [larastan/larastan](https://github.com/larastan/larastan) from 2.9.10 to 2.9.11.
- [Release notes](https://github.com/larastan/larastan/releases)
- [Changelog](https://github.com/larastan/larastan/blob/2.x/RELEASE.md)
- [Commits](larastan/larastan@v2.9.10...v2.9.11)

---
updated-dependencies:
- dependency-name: larastan/larastan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: remove no longer ignored phpstan error

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Connor Tumbleson <[email protected]>
  • Loading branch information
dependabot[bot] and iBotPeaches authored Nov 13, 2024
1 parent 255f7ed commit e5233d1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
1 change: 0 additions & 1 deletion app/Jobs/FindMatchesFromMatchup.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public function handle(): void
->games()
->with('players')
->whereDoesntHave('playlist')
// @phpstan-ignore-next-line
->where(function (Builder $query): void {
$startedAt = $this->matchup->started_at;
if ($startedAt) {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"laravel/pint": "^1.5",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^8.1",
"larastan/larastan": "2.9.10",
"larastan/larastan": "2.9.11",
"phpunit/phpunit": "^11.0",
"spatie/laravel-ignition": "^2.0"
},
Expand Down
38 changes: 20 additions & 18 deletions composer.lock

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

0 comments on commit e5233d1

Please sign in to comment.