This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
dbp/relay-core-bundle | require | patch |
0.1.36 -> 0.1.37
|
guzzlehttp/guzzle (source) | require | patch |
7.4.4 -> 7.4.5
|
phpstan/phpstan | require-dev | patch |
1.7.14 -> 1.7.15
|
v7.4.5
CURLOPT_HTTPAUTH
option not cleared on change of originv1.7.15
editorUrl
for Docker environment (#1414), #7043, thanks @Wirone!sprintf()
constant format inference (#1437, #1440, #1441), thanks @staabm!sscanf()
and fscanf()
(#1434), thanks @staabm!Scope::getFunction()
does not need to be used (https://github.com/phpstan/phpstan-src/commit/f18bd86495fc6811ee04c305ff4b379b10cd07bb)is_a()
or class_parents()
(https://github.com/phpstan/phpstan-src/commit/c4a662ac6c3ec63f063238880b243b5399c34fcc)new ReflectionMethod()
(https://github.com/phpstan/phpstan-src/commit/536306611cbb5877b6565755cd07b87f9ccfdf08)instanceof
of classes not covered by backward compatibility promise (https://github.com/phpstan/phpstan-src/commit/ff4d02d62a7a2e2c4d928d48d31d49246dba7139)instanceof
of classes covered by backward compatibility promise but where the assumption might change (https://github.com/phpstan/phpstan-src/commit/996bc69fa977aa64f601bd82b8a0ae39be0cbeef)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
:
includes:
- vendor/phpstan/phpstan/conf/bleedingEdge.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
numeric-string
being returned for non-empty-string
(#1428), #7265, thanks @staabm!in_array
(#1430), #7153, #7275, thanks @rvanvelzen!non-empty-array after
after in_array()
(#1108), #6167, thanks @staabm!array_push
/ array_unshift
call can still be empty (#1431), #7424, thanks @herndlm!TemplateTypeArgumentStrategy::accepts()
(https://github.com/phpstan/phpstan-src/commit/85ab8cfe237b9a90d12f211dd1938a99cc299bba), #7460
TypeCombinator::union()
for intersection of array and template type (#1444), #4117, thanks @rvanvelzen!xhprof_sample_disable()
) (#1436), thanks @johnbillion!This MR has been generated by Renovate Bot.