Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Jun 8, 2024
1 parent d35b8ee commit 6d4eb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/UserAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class UserAction
public $system = false;

/** @var array<string, array<string, mixed>|Model> Argument definition. */
public $args = [];
public $args = []; // TODO test with positional, named and Model arguments

/** @var array<int, string>|bool Specify which fields may be dirty when invoking action. APPLIES_TO_NO_RECORDS|APPLIES_TO_SINGLE_RECORD scopes for adding/modifying */
public $fields = [];
Expand Down

0 comments on commit 6d4eb54

Please sign in to comment.