Skip to content

Commit a77f2a8

Browse files
committed
CS Fix
1 parent 6a3ca16 commit a77f2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/r.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public static function dump(mixed $var, int $maxDepth = 2, bool $stripTags = tru
177177
return $dumpText;
178178
}
179179

180-
public static function export(mixed $var, int $maxDepth): null|string|array|int|float|bool|\stdClass
180+
public static function export(mixed $var, int $maxDepth): null|array|bool|float|int|\stdClass|string
181181
{
182182
$isObj = \is_object($var);
183183

0 commit comments

Comments
 (0)