From e2754e9a0493019d8e73616e1cc1ca362da08564 Mon Sep 17 00:00:00 2001 From: Yasmany Cubela Medina Date: Tue, 26 May 2020 11:49:07 -0500 Subject: [PATCH] change the property visibility --- .../Fixture/AssertChoice/AssertChoiceWithCeroOnOptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/better-php-doc-parser/tests/PhpDocParser/TagValueNodeReprint/Fixture/AssertChoice/AssertChoiceWithCeroOnOptions.php b/packages/better-php-doc-parser/tests/PhpDocParser/TagValueNodeReprint/Fixture/AssertChoice/AssertChoiceWithCeroOnOptions.php index d02e29fa917..24585f2f65e 100644 --- a/packages/better-php-doc-parser/tests/PhpDocParser/TagValueNodeReprint/Fixture/AssertChoice/AssertChoiceWithCeroOnOptions.php +++ b/packages/better-php-doc-parser/tests/PhpDocParser/TagValueNodeReprint/Fixture/AssertChoice/AssertChoiceWithCeroOnOptions.php @@ -11,5 +11,5 @@ class AssertChoiceWithMessage /** * @Assert\Choice(choices={"0", "3023", "3610"}) */ - private $ratingType; + public $ratingType; }