Test Setup Failed
Branch master (1f658a)
by Ion
02:29
created
Category
src/MysqlEncryptionServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
         /**
30 30
          * Validate unique binary encrypted
31 31
          */
32
-        Validator::extend('unique_encrypted', function ($attribute, $value, array $parameters) {
32
+        Validator::extend('unique_encrypted', function($attribute, $value, array $parameters) {
33 33
             if (!isset($parameters[0])) {
34 34
                 throw new \Exception('unique_encrypted requires at least one parameter');
35 35
             }
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
         /**
50 50
          * Validate exists binary encrypted
51 51
          */
52
-        Validator::extend('exists_encrypted', function ($attribute, $value, array $parameters) {
52
+        Validator::extend('exists_encrypted', function($attribute, $value, array $parameters) {
53 53
             if (!isset($parameters[0])) {
54 54
                 throw new \Exception('exists_encrypted requires at least one parameter');
55 55
             }
Please login to merge, or discard this patch.