You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Model/SubEvent.php
+2-2
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ class SubEvent
16
16
{
17
17
/**
18
18
* @param bool $allMode If all the fields must be meeting the requirements of the event
19
-
* @param array<string, null|array{0?: mixed, 1?: mixed}> $fieldList The fields that must be changed, null means that any change is required, 0 and 1 indexes match before/after
19
+
* @param array<string, null|array{0?: mixed, 1?: mixed}> $fields The fields that must be changed, null means that any change is required, 0 and 1 indexes match before/after
20
20
* @param array<string, mixed> $requirements Required field states for this event to fire
21
21
* @param list<string> $types Event types in which this event may be triggered
0 commit comments