Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c43f9d4

Browse files
authored
Test PHP 7.4 on Travis (#16) (#17)
1 parent 1381516 commit c43f9d4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎.travis.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- '7.1'
55
- '7.2'
66
- '7.3'
7+
- '7.4'
78

89
env:
910
global:

‎tests/Functional/Infra/JsonRpcParamsValidatorTest.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class JsonRpcParamsValidatorTest extends TestCase
2525
/** @var ValidatorInterface|ObjectProphecy */
2626
private $sfValidator;
2727

28-
public function setUp()
28+
public function setUp(): void
2929
{
3030
$this->sfValidator = $this->prophesize(ValidatorInterface::class);
3131

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /