Skip to content

Commit 306af49

Browse files
committed
Revert "versi 5"
This reverts commit 61382e2.
1 parent 7244cb7 commit 306af49

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/Actions/Response.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@ class Response
88
{
99
/**
1010
* Determine if action was executed.
11+
*
12+
* @var bool
1113
*/
12-
public bool $wasExecuted = false;
14+
public $wasExecuted = false;
1315

1416
/**
1517
* List of action results.
18+
*
19+
* @var array
1620
*/
17-
public array $results = [];
21+
public $results = [];
1822

1923
/**
2024
* Mark response as successful.

0 commit comments

Comments
 (0)