We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Address::$errorNames
1 parent 5bb8341 commit cd6f97aCopy full SHA for cd6f97a
1 file changed
src/Validator/Constraint/Address.php
@@ -29,13 +29,6 @@ class Address extends Constraint
29
self::INVALID_ADDRESS_ERROR => 'INVALID_ADDRESS_ERROR',
30
];
31
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
-
39
/**
40
* @var string
41
*/
0 commit comments