Skip to content

Commit bfde15b

Browse files
authored
Fix type annotation
1 parent 7db7dcc commit bfde15b

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Component/ExpressionLanguage

1 file changed

+1
-1
lines changed

src/Symfony/Component/ExpressionLanguage/Token.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function __toString()
5454
/**
5555
* Tests the current token for a type and/or a value.
5656
*
57-
* @param array|int $type The type to test
57+
* @param string $type The type to test
5858
* @param string|null $value The token value
5959
*
6060
* @return bool

0 commit comments

Comments
 (0)