Skip to content

Commit 4b96afc

Browse files
committed
7.2 support for tests
1 parent a11e32c commit 4b96afc

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

tests/Integration/ControllerTest.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,20 @@
2626
*/
2727
class ControllerTest extends IntegrationTestCase
2828
{
29-
private Controller $controller;
29+
/**
30+
* @var Controller
31+
*/
32+
private $controller;
3033

3134
/**
3235
* @var array<string, mixed>
3336
*/
34-
private array $backupGet;
37+
private $backupGet;
3538

3639
/**
3740
* @var array<string, mixed>
3841
*/
39-
private array $backupRequest;
42+
private $backupRequest;
4043

4144
public function setUp(): void
4245
{

0 commit comments

Comments
 (0)