Allow @phpstan-use and @use tags to be declared into class phpdoc#2638
Open
baptistepillot wants to merge 1 commit intophpstan:1.10.xfrom
Open
Allow @phpstan-use and @use tags to be declared into class phpdoc#2638baptistepillot wants to merge 1 commit intophpstan:1.10.xfrom
baptistepillot wants to merge 1 commit intophpstan:1.10.xfrom
Conversation
Author
|
php 7.4's phpstan-doctrine fails because of Allowed memory size of 805306368 bytes exhausted (tried to allocate 20480 bytes). |
be24673 to
8f1fdfa
Compare
Author
|
Hello there. What's up ? Do you envisage a merge date for this pull request ? |
|
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This implements the feature request here: phpstan/phpstan#7486.
I think this does the job. Hope this will help.