We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12b3b80 + 32e635c commit da0f63bCopy full SHA for da0f63b
.travis.yml
@@ -7,6 +7,8 @@ php:
7
- 7.0
8
- 7.1
9
- 7.2
10
+ - 7.3
11
+ - 7.4
12
13
cache:
14
directories:
tests/tests/JsonEncoderTest.php
@@ -271,7 +271,7 @@ public function testTokenList()
271
JsonToken::T_RIGHT_BRACE,
272
];
273
274
- $gatherTokens = function ($string, $token) use (& $actualTokens) {
+ $gatherTokens = function ($string, $token) use (&$actualTokens) {
275
$actualTokens[] = $token;
276
};
277
0 commit comments