Skip to content

Commit 0174c5e

Browse files
committed
PHP-CS Fixer
1 parent 2b2a918 commit 0174c5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Visitor/Php/Symfony/Constraint.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
*/
2121
final class Constraint extends BasePHPVisitor implements NodeVisitor
2222
{
23-
const VALIDATORS_DOMAIN = 'validators';
23+
public const VALIDATORS_DOMAIN = 'validators';
2424

25-
const CONSTRAINT_CLASS_NAMES = [
25+
public const CONSTRAINT_CLASS_NAMES = [
2626
'AbstractComparison',
2727
'All',
2828
'Bic',

0 commit comments

Comments
 (0)