Skip to content

Commit d0f7183

Browse files
committed
CS Fix
1 parent 2a29d46 commit d0f7183

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

0 commit comments

Comments
 (0)