Bump larastan/larastan from 2.9.12 to 3.10.0#60
Merged
Conversation
da401e4 to
9bf66ef
Compare
Bumps [larastan/larastan](https://github.com/larastan/larastan) from 2.9.12 to 3.10.0. - [Release notes](https://github.com/larastan/larastan/releases) - [Changelog](https://github.com/larastan/larastan/blob/3.x/RELEASE.md) - [Upgrade guide](https://github.com/larastan/larastan/blob/3.x/UPGRADE.md) - [Commits](larastan/larastan@v2.9.12...v3.10.0) --- updated-dependencies: - dependency-name: larastan/larastan dependency-version: 3.10.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
9bf66ef to
7148e2e
Compare
- Add generic types to DatabaseNotificationCollection - Type-narrow Application in CreatesApplication trait - Cast Post::max() result to int - Remove trivial ExampleTest 🤖 Generated with Claude Code
🤖 Generated with Claude Code
Larastan 3.x at max level forbids casting mixed to int directly. 🤖 Generated with Claude Code
🤖 Generated with Claude Code
RefreshDatabase ensures an empty DB, so the first post always gets ID 1. Avoids the mixed-type issue from Post::max() entirely. 🤖 Generated with Claude Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps larastan/larastan from 2.9.12 to 3.10.0.
Release notes
Sourced from larastan/larastan's releases.
... (truncated)
Upgrade guide
Sourced from larastan/larastan's upgrade guide.
... (truncated)
Commits
2970f83feat: add type narrowing forwheremethod on collections (#2483)936f20bfix failing tests on Windows (#2486)c856507Add export-ignore for assets directory in .gitattributes (#2490)9b014b5chore: bump phpstan memory limitd58d982chore: run SA on Laravel 13 too7c4347cdocs: use correct coding standard name1e243f1docs: update coding style guidelines in CONTRIBUTING.md (#2447)45a4414chore: update codestyle check to latest version (#2484)0e774c5chore: allow PHPUnit v13 (#2485)9ef66e1fix: invalid parameter name (#2488)