File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ entry in that array:
25
25
26
26
use Symfony\Component\Validator\Constraints as Assert;
27
27
28
- // IMPORTANT: nested attributes require PHP 8.1 or higher
29
28
class User
30
29
{
31
30
#[Assert\All([
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ The following constraints ensure that:
29
29
30
30
use Symfony\Component\Validator\Constraints as Assert;
31
31
32
- // IMPORTANT: nested attributes requires PHP 8.1 or higher
33
32
class Student
34
33
{
35
34
#[Assert\AtLeastOneOf([
Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ following:
58
58
59
59
use Symfony\Component\Validator\Constraints as Assert;
60
60
61
- // IMPORTANT: nested attributes requires PHP 8.1 or higher
62
61
class Author
63
62
{
64
63
#[Assert\Collection(
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ You can validate each of these constraints sequentially to solve these issues:
44
44
use App\Validator\Constraints as AcmeAssert;
45
45
use Symfony\Component\Validator\Constraints as Assert;
46
46
47
- // IMPORTANT: nested attributes requires PHP 8.1 or higher
48
47
class Place
49
48
{
50
49
#[Assert\Sequentially([
You can’t perform that action at this time.
0 commit comments