-
Notifications
You must be signed in to change notification settings - Fork 545
Allow @phpstan-use and @use tags to be declared into class phpdoc #2638
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
Conversation
php 7.4's phpstan-doctrine fails because of Allowed memory size of 805306368 bytes exhausted (tried to allocate 20480 bytes).
The same as for a number of recent merge requests. phpstan eats a big bucket of memory for breakfast, seems that php 7.4 + Doctrine breaks the CI chain limited memory down.
be24673 to
8f1fdfa
Compare
Hello there. What's up ? Do you envisage a merge date for this pull request ?
I am ready to rebase this before merging when you wish.
The current default branch is https://github.com/phpstan/phpstan-src/tree/1.11.x so the target should be changed for a start.
This implements the feature request here: phpstan/phpstan#7486.
I think this does the job. Hope this will help.