Skip to content

Commit b5cbc43

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: Move to the new default 5.x branch Use PHPUnit 9.4 to run the test suite. Fix type annotation
2 parents 54b118a + 271e038 commit b5cbc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)