Skip to content

Commit c60b411

Browse files
committed
Fix accessed before initialization
1 parent 551f3ce commit c60b411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MassiveAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class MassiveAction
139139
* Variable is used for caching purpose.
140140
* @var CommonDBTM|null
141141
*/
142-
private ?CommonDBTM $check_item;
142+
private ?CommonDBTM $check_item = null;
143143

144144
/**
145145
* Redirect URL used after actions are processed.

0 commit comments

Comments
 (0)