8000 revert · symfony/symfony@32b9fbd · GitHub
[go: up one dir, main page]

Skip to content

Commit 32b9fbd

Browse files
committed
revert
1 parent 1faedc4 commit 32b9fbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/VarDumper/Caster/ClassStub.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
class ClassStub extends ConstStub
2222
{
2323
/**
24-
* @param string $identifier A PHP identifier, e.g. a class, method, interface, etc. name
25-
* @param callable|array|string|null $callable The callable targeted by the identifier when it is ambiguous or not a real PHP identifier
24+
* @param string $identifier A PHP identifier, e.g. a class, method, interface, etc. name
25+
* @param callable $callable The callable targeted by the identifier when it is ambiguous or not a real PHP identifier
2626
*/
2727
public function __construct(string $identifier, callable|array|string $callable = null)
2828
{

0 commit comments

Comments
 (0)
0