Skip to content

Commit 3cf9ab1

Browse files
staabmsebastianbergmann
authored andcommitted
Fix regression from update to theseer/tokenizer 2.x
1 parent c467c59 commit 3cf9ab1

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
@@ -40,7 +40,7 @@
4040
"sebastian/environment": "^8.0.3",
4141
"sebastian/lines-of-code": "^4.0",
4242
"sebastian/version": "^6.0",
43-
"theseer/tokenizer": "^2.0"
43+
"theseer/tokenizer": "^2.0.1"
4444
},
4545
"require-dev": {
4646
"phpunit/phpunit": "^12.5.1"

tests/_files/Report/XML/CoverageForClassWithAnonymousFunction/source_with_class_and_anonymous_function.php.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<token name="T_FUNCTION">function</token>
101101
<token name="T_WHITESPACE"> </token>
102102
<token name="T_OPEN_BRACKET">(</token>
103-
<token name="T_AMPERSAND">&amp;</token>
103+
<token name="T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG">&amp;</token>
104104
<token name="T_VARIABLE">$val</token>
105105
<token name="T_COMMA">,</token>
106106
<token name="T_WHITESPACE"> </token>

0 commit comments

Comments
 (0)