Passed
Pull Request — 1.x (#103)
by Milwad
03:18
created
src/Rules/ValidCountry.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
      */
16 16
     public function passes($attribute, $value): bool
17 17
     {
18
-        $countries = config('laravel-validate.countries', []);
18
+        $countries = config('laravel-validate.countries', [ ]);
19 19
 
20 20
         // Check value exists in country keys
21 21
         if ($this->validByKey) {
Please login to merge, or discard this patch.