-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency phpstan/phpstan to v1.7.15 #148
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: api/composer.lock
|
569b5e5
to
169fb4c
Compare
169fb4c
to
b759f7f
Compare
Pull Request Test Coverage Report for Build 2538085219
💛 - Coveralls |
Pull Request Test Coverage Report for Build 2538208037Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
This PR contains the following updates:
1.7.14
->1.7.15
Release Notes
phpstan/phpstan
v1.7.15
Compare Source
Improvements 🔧
editorUrl
for Docker environment (#1414), #7043, thanks @Wirone!sprintf()
constant format inference (#1437, #1440, #1441), thanks @staabm!sscanf()
andfscanf()
(#1434), thanks @staabm!Scope::getFunction()
does not need to be used (phpstan/phpstan-src@f18bd86)Bleeding edge 🔪
is_a()
orclass_parents()
(phpstan/phpstan-src@c4a662a)new ReflectionMethod()
(phpstan/phpstan-src@5363066)instanceof
of classes not covered by backward compatibility promise (phpstan/phpstan-src@ff4d02d)instanceof
of classes covered by backward compatibility promise but where the assumption might change (phpstan/phpstan-src@996bc69)If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's
phpstan.neon
:Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more
Bugfixes 🐛
numeric-string
being returned fornon-empty-string
(#1428), #7265, thanks @staabm!in_array
(#1430), #7153, #7275, thanks @rvanvelzen!non-empty-array after
afterin_array()
(#1108), #6167, thanks @staabm!array_push
/array_unshift
call can still be empty (#1431), #7424, thanks @herndlm!TemplateTypeArgumentStrategy::accepts()
(phpstan/phpstan-src@85ab8cf), #7460TypeCombinator::union()
for intersection of array and template type (#1444), #4117, thanks @rvanvelzen!Function signature fixes 🤖
xhprof_sample_disable()
) (#1436), thanks @johnbillion!Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled due to failing status checks.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.