Skip to content

Commit 64032eb

Browse files
committed
Removed assert docblock definitions
1 parent 5b71da4 commit 64032eb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/Form/Data/SecretRequiredField.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,9 @@
66

77
class SecretRequiredField
88
{
9-
/**
10-
* @Assert\NotBlank()
11-
*/
129
#[Assert\NotBlank]
1310
public $name;
1411

15-
/**
16-
* @Assert\NotBlank()
17-
*/
1812
#[Assert\NotBlank]
1913
public $fieldNotUsedInTheForm;
2014
}

0 commit comments

Comments
 (0)