Completed
Pull Request — 1.x (#49)
by Sullivan
05:26 queued 02:52
created
src/Constraints/ZipCode.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.