Skip to content
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

TemplateTagValueNode name cannot be empty string #244

Merged
merged 1 commit into from
May 31, 2024

Conversation

staabm
Copy link
Contributor

@staabm staabm commented May 31, 2024

@@ -1792,7 +1792,7 @@ public function enterNode(Node $node)
}

/**
* @return iterable<list{TypeNode, string}>
* @return iterable<array{TypeNode, string}>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

 ------ ------------------------------------------------------------------------------------------------------------------------------------------- 
  Line   tests/PHPStan/Printer/PrinterTest.php                                                                                                      
 ------ ------------------------------------------------------------------------------------------------------------------------------------------- 
  1797   PHPDoc tag @return has invalid value (iterable<list{TypeNode, string}>): Unexpected token "{", expected '>' at offset 29                   
  1910   PHPDoc tag @return has invalid value (iterable<list{PhpDocNode, string}>): Unexpected token "{", expected '>' at offset 29                 
 ------ ------------------------------------------------------------------------------------------------------------------------------------------- 

@staabm staabm marked this pull request as ready for review May 31, 2024 08:48
@ondrejmirtes ondrejmirtes merged commit fcaefac into phpstan:1.23.x May 31, 2024
42 of 43 checks passed
@ondrejmirtes
Copy link
Member

Thank you.

@staabm staabm deleted the prep branch May 31, 2024 08:53
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.

2 participants