@@ -14,7 +14,7 @@ |
||
| 14 | 14 | */ |
| 15 | 15 | class ZipCode extends Constraint |
| 16 | 16 | { |
| 17 | - const ALL = 'all'; |
|
| 17 | + const ALL = 'all'; |
|
| 18 | 18 | |
| 19 | 19 | public $country = self::ALL; |
| 20 | 20 | |