We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fabpot
Learn more about funding links in repositories.
Report abuse
@var
1 parent ad6afe4 commit 0df8534Copy full SHA for 0df8534
Extension/Validator/ValidatorExtension.php
@@ -40,7 +40,7 @@ public function __construct(
40
// the DIC, where the XML file is loaded automatically. Thus the following
41
// code must be kept synchronized with validation.xml
42
43
- /* @var $metadata ClassMetadata */
+ /* @var ClassMetadata $metadata */
44
$metadata->addConstraint(new Form());
45
$metadata->addConstraint(new Traverse(false));
46
}
FormBuilder.php
@@ -142,7 +142,7 @@ public function count(): int
142
143
public function getFormConfig(): FormConfigInterface
144
{
145
- /** @var $config self */
+ /** @var self $config */
146
$config = parent::getFormConfig();
147
148
$config->children = [];
0 commit comments