Skip to content

Commit 61382e2

Browse files
committed
versi 5
1 parent 9d97711 commit 61382e2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/Actions/Response.php

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

1614
/**
1715
* List of action results.
18-
*
19-
* @var array
2016
*/
21-
public $results = [];
17+
public array $results = [];
2218

2319
/**
2420
* Mark response as successful.

0 commit comments

Comments
 (0)