Skip to content

Commit 32e635c

Browse files
committed
Fix CS
1 parent 7d83e3b commit 32e635c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests/JsonEncoderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ public function testTokenList()
271271
JsonToken::T_RIGHT_BRACE,
272272
];
273273

274-
$gatherTokens = function ($string, $token) use (& $actualTokens) {
274+
$gatherTokens = function ($string, $token) use (&$actualTokens) {
275275
$actualTokens[] = $token;
276276
};
277277

0 commit comments

Comments
 (0)