We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11e32c commit 4b96afcCopy full SHA for 4b96afc
1 file changed
tests/Integration/ControllerTest.php
@@ -26,17 +26,20 @@
26
*/
27
class ControllerTest extends IntegrationTestCase
28
{
29
- private Controller $controller;
+ /**
30
+ * @var Controller
31
+ */
32
+ private $controller;
33
34
/**
35
* @var array<string, mixed>
36
- private array $backupGet;
37
+ private $backupGet;
38
39
40
41
- private array $backupRequest;
42
+ private $backupRequest;
43
44
public function setUp(): void
45
0 commit comments