Skip to content

Commit da0f63b

Browse files
authored
Merge pull request #3 from snapshotpl/patch-1
Add support for php 7.3 and 7.4
2 parents 12b3b80 + 32e635c commit da0f63b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ php:
77
- 7.0
88
- 7.1
99
- 7.2
10+
- 7.3
11+
- 7.4
1012

1113
cache:
1214
directories:

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)