Passed
Push — master ( 6ece9a...e062b2 )
by Caen
03:50 queued 14s
created
packages/framework/src/Facades/Config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
 
52 52
     protected static function validated(mixed $value, string $type, string $key, bool $strict): mixed
53 53
     {
54
-        if ($strict && ! ("is_$type")($value)) {
54
+        if ($strict && !("is_$type")($value)) {
55 55
             throw new TypeError(sprintf('%s(): Config value %s must be of type %s, %s given', __METHOD__, $key, $type, gettype($value)));
56 56
         }
57 57
 
Please login to merge, or discard this patch.