Skip to content

Commit cd6f97a

Browse files
committed
Remove deprecated Address::$errorNames
1 parent 5bb8341 commit cd6f97a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Validator/Constraint/Address.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ class Address extends Constraint
2929
self::INVALID_ADDRESS_ERROR => 'INVALID_ADDRESS_ERROR',
3030
];
3131

32-
/**
33-
* @var array<string, string>
34-
*
35-
* @deprecated since BazingaGeocoderBundle 5.17, use const ERROR_NAMES instead
36-
*/
37-
protected static $errorNames = self::ERROR_NAMES;
38-
3932
/**
4033
* @var string
4134
*/

0 commit comments

Comments
 (0)