Skip to content

Commit

Permalink
Merge pull request #464 from greg0ire/fix-build
Browse files Browse the repository at this point in the history
Specify second template parameter
  • Loading branch information
greg0ire committed Dec 15, 2022
2 parents 9e034d7 + f46ab81 commit ad78521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/Common/Annotations/DocLexer.php
Expand Up @@ -16,7 +16,7 @@
/**
* Simple lexer for docblock annotations.
*
* @template-extends AbstractLexer<DocLexer::T_*>
* @template-extends AbstractLexer<DocLexer::T_*, string>
*/
final class DocLexer extends AbstractLexer
{
Expand Down

0 comments on commit ad78521

Please sign in to comment.