Passed
Push — master ( 21db6d...cdec87 )
by Ion
02:22
created
src/MysqlEncryptionServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@  discard block
 block discarded – undo
30 30
         /**
31 31
          * Validate unique binary encrypted
32 32
          */
33
-        Validator::extend('unique_encrypted', function ($attribute, $value, array $parameters) {
33
+        Validator::extend('unique_encrypted', function($attribute, $value, array $parameters) {
34 34
             if (!isset($parameters[0])) {
35 35
                 throw new Exception('unique_encrypted requires at least one parameter');
36 36
             }
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
         /**
46 46
          * Validate exists binary encrypted
47 47
          */
48
-        Validator::extend('exists_encrypted', function ($attribute, $value, array $parameters) {
48
+        Validator::extend('exists_encrypted', function($attribute, $value, array $parameters) {
49 49
             if (!isset($parameters[0])) {
50 50
                 throw new Exception('exists_encrypted requires at least one parameter');
51 51
             }
Please login to merge, or discard this patch.