Skip to content

Commit ad78521

Browse files
authored
Merge pull request #464 from greg0ire/fix-build
Specify second template parameter
2 parents 9e034d7 + f46ab81 commit ad78521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Doctrine/Common/Annotations/DocLexer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* Simple lexer for docblock annotations.
1818
*
19-
* @template-extends AbstractLexer<DocLexer::T_*>
19+
* @template-extends AbstractLexer<DocLexer::T_*, string>
2020
*/
2121
final class DocLexer extends AbstractLexer
2222
{

0 commit comments

Comments
 (0)