8000 Fix comment to be consistent with the example · Nek-/symfony-docs@2bc6010 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2bc6010

Browse files
authored
Fix comment to be consistent with the example
1 parent 6e60b9e commit 2bc6010

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
3880
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)
0