Update dependency larastan/larastan to v3.6.0 #18
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.
This PR contains the following updates:
v3.3.0
->v3.6.0
Release Notes
larastan/larastan (larastan/larastan)
v3.6.0
Compare Source
Added 🪄
getCountForPagination
as a pass-thru for Laravel versions >= 12.15 by @cosmastech in https://github.com/larastan/larastan/pull/2301Config::collection()
calls (only for Laravel >= 12.20.0) Note: NeedscheckConfigTypes
parameter to be enabled in the config.NoAuthFacadeInRequestScopeRule
andNoAuthHelperInRequestScopeRule
Read more about it hereConfigCollectionRule
to warn you if you pass a config option that is not an array toConfig::collection
call. Note: NeedscheckConfigTypes
parameter to be enabled in the config.pluck
on collections with closures. (only for Laravel >= 12.20.0) larastan/larastan@fd16758Internal ⚙️
New Contributors
Full Changelog: larastan/larastan@v3.5.0...v3.6.0
v3.5.0
Compare Source
What's Changed
Added
Fixed
NoEnvCallsOutsideOfConfigRule
by @sertxudev in https://github.com/larastan/larastan/pull/2298New Contributors
Full Changelog: larastan/larastan@v3.4.2...v3.5.0
v3.4.2
Compare Source
What's Changed
New Contributors
Full Changelog: larastan/larastan@v3.4.1...v3.4.2
v3.4.1
Compare Source
What's Changed
New Contributors
Full Changelog: larastan/larastan@v3.4.0...v3.4.1
v3.4.0
Compare Source
3.4.0
This release includes bunch of new features that will help you fix some PHPStan level 7 errors 💪🏽
Features 🚀
chunkWhile
stubLangGetReturnTypeExtension
extension and64d7afe
App
facadeenvironment
methodInteractsWithInput
stubFormRequestSafeDynamicMethodReturnTypeExtension
Cookie::get
methodgeneralizeEnvReturnType
config option and extension ✨ Read more about it here.config
return types:31e3302
,1640954
,8787a14
,3ea3de4
✨ Read more about it here.Fixes 🐛
value
helper function:a532dac
,4120644
config
andenv
function default arg can beClosure
Docs 📝
neon
highlighting by @FeBe95 in https://github.com/larastan/larastan/pull/2258New Contributors
Full Changelog: larastan/larastan@v3.3.1...v3.4.0
v3.3.1
Compare Source
What's Changed
New Contributors
Full Changelog: larastan/larastan@v3.3.0...v3.3.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.