Passed
Push — master ( 68471d...c00dbf )
by Caen
03:47 queued 13s
created
packages/framework/src/Facades/Config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
 
58 58
     protected static function validated(mixed $value, string $type, string $key): mixed
59 59
     {
60
-        if (! call_user_func("is_$type", $value)) {
60
+        if (!call_user_func("is_$type", $value)) {
61 61
             throw new TypeError(sprintf('%s(): Config value %s must be of type %s, %s given', __METHOD__, $key, $type, gettype($value)));
62 62
         }
63 63
 
Please login to merge, or discard this patch.