-
Notifications
You must be signed in to change notification settings - Fork 668
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
Merge 5.x #10369
Merge 5.x #10369
Conversation
Bumps [fkirc/skip-duplicate-actions](https://github.com/fkirc/skip-duplicate-actions) from 5.3.0 to 5.3.1. - [Release notes](https://github.com/fkirc/skip-duplicate-actions/releases) - [Commits](fkirc/skip-duplicate-actions@v5.3.0...v5.3.1) --- updated-dependencies: - dependency-name: fkirc/skip-duplicate-actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
fix @param-out with named arguments
…kirc/skip-duplicate-actions-5.3.1 Bump fkirc/skip-duplicate-actions from 5.3.0 to 5.3.1
…turn-types Narrow down `get_browser` returning array or object
Allow Symfony 7
…roperty-or-method Fix auto completion by partial property or method
Get rid of legacy 7.3 logic
Finalize all internal classes
Add documentation for @psalm-flow
In 5bfc0f9, risky casting was invoked as a way to show there is an issue here. However, it is not always possible to use a string. For instance, there is no such thing as this in PHP: ["1" => "whatever"]. If you try to create such an array, you will obtain [1 => "whatever"] instead. Ironically, this was copied in jetbrains/phpstorm, which is used in PHPStan, which exhibited that false positive. See JetBrains/phpstorm-stubs#1454
Allow int keys when calling Redis methods
Add stubs for rdKafka
…ld-not-treat-code-as-unevaluated Suppressing NoValue should not treat subsequent code as unevaluated
Thanks! There were a few failures in CI so I couldn't merge and I merged some PR in the meantime |
Explicitly state that we do not support document highlighting.
Fix backtick analysis
Declare we do not support document highlighting
@orklah Should be good to merge, slightly tweaked the logic introduced by @issidorov in #10385 due to changes in the magic method logic that were made on master by #10361, now magic static methods should be returned as well when fetching instance methods (I suppose the order could be tweaked a bit, but it isn't inherently wrong because non-magic static methods are already returned by the current logic). |
@orklah can we merge this at least to fix the phar build on master |
Submitted php-standard-library/psalm-plugin#15 to fix the PSL issues upstream |
Thanks! |
@danog can you point me in the direction of the issue here? I'm not really sure what I'm looking for/at |
Ah, thank you! |
No description provided.