Skip to content

🥳 PHPStan 1.0 #214

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

Merged
merged 13 commits into from
Nov 1, 2021
Merged

🥳 PHPStan 1.0 #214

merged 13 commits into from
Nov 1, 2021

Conversation

mglaman
Copy link
Owner

@mglaman mglaman commented Oct 15, 2021

Fixes #211

  • Declaring PHPStan namespace is not allowed in 3rd party packages.
  • Call to deprecated method resolveConstantName() of class PHPStan\Broker\Broker:
  • Calling PHPStan\Rules\Classes\RequireParentConstructCallRule::processNode() is not covered by backward compatibility promise. The method might change in a minor PHPStan version.
  • Extending PHPStan\Rules\Classes\RequireParentConstructCallRule is not covered by backward compatibility promise. The class might change in a minor PHPStan version.
  • Unsafe access to private constant

@mglaman mglaman merged commit ffdf368 into main Nov 1, 2021
@mglaman mglaman deleted the phpstan-1.0 branch June 14, 2023 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prepare for PHPStan 1.0
1 participant