Skip to content

Commit 3f0dd18

Browse files
committed
minor #8040 Fix comment to be consistent with the example (yceruto)
This PR was merged into the 2.7 branch. Discussion ---------- Fix comment to be consistent with the example Commits ------- 2bc6010 Fix comment to be consistent with the example
2 parents c7071b8 + 2bc6010 commit 3f0dd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/type_guesser.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ With this knowledge, you can easily implement the ``guessType()`` method of the
136136
$phpdoc = $reflectionProperty->getDocComment();
137137

138138
// parse the $phpdoc into an array like:
139-
// array('type' => 'string', 'since' => '1.0')
139+
// array('var' => 'string', 'since' => '1.0')
140140
$phpdocTags = ...;
141141

142142
return $phpdocTags;

0 commit comments

Comments
 (0)