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.
1 parent 1381516 commit c43f9d4Copy full SHA for c43f9d4
.travis.yml
@@ -4,6 +4,7 @@ php:
4
- '7.1'
5
- '7.2'
6
- '7.3'
7
+ - '7.4'
8
9
env:
10
global:
tests/Functional/Infra/JsonRpcParamsValidatorTest.php
@@ -25,7 +25,7 @@ class JsonRpcParamsValidatorTest extends TestCase
25
/** @var ValidatorInterface|ObjectProphecy */
26
private $sfValidator;
27
28
- public function setUp()
+ public function setUp(): void
29
{
30
$this->sfValidator = $this->prophesize(ValidatorInterface::class);
31
0 commit comments