Skip to content

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

+1
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

+1-1
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)