Skip to content

Commit a54d954

Browse files
Update dependency phpunit/phpunit to ^12.3.10 (#21)
* Update dependency phpunit/phpunit to ^12.3.10 | datasource | package | from | to | | ---------- | --------------- | ------ | ------- | | packagist | phpunit/phpunit | 12.3.7 | 12.3.10 | * CS Fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Filippo Tessarotto <[email protected]>
1 parent 0bfd548 commit a54d954

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"php": "~8.3.0 || ~8.4.0"
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "^12.3.7",
17+
"phpunit/phpunit": "^12.3.10",
1818
"slam/php-cs-fixer-extensions": "^3.12.0"
1919
},
2020
"autoload": {

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)