Skip to content

Commit 362b342

Browse files
Add more types
1 parent 6138b3e commit 362b342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Inline.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public static function parse(string $value = null, int $flags = 0, array &$refer
116116
*
117117
* @throws DumpException When trying to dump PHP resource
118118
*/
119-
public static function dump($value, int $flags = 0): string
119+
public static function dump(mixed $value, int $flags = 0): string
120120
{
121121
switch (true) {
122122
case \is_resource($value):

0 commit comments

Comments
 (0)