Skip to content

Commit 5dbde8b

Browse files
lubianaadhocore
authored andcommitted
fix dynamic property deprecation notice on php 8.3
1 parent 3fde60a commit 5dbde8b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/ApplicationTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class ApplicationTest extends TestCase
2222
{
2323
protected static $in = __DIR__ . '/input.test';
2424
protected static $ou = __DIR__ . '/output.test';
25+
private bool $actionCalled;
2526

2627
public function setUp(): void
2728
{

0 commit comments

Comments
 (0)