Skip to content

Commit

Permalink
fix phpdoc type typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Nov 21, 2024
1 parent a508aba commit ff65fa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Model/UserAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
use Atk4\Core\InitializerTrait;
use Atk4\Core\TrackableTrait;
use Atk4\Data\Exception;
use Atk4\Data\Field;
use Atk4\Data\Model;

/**
Expand Down Expand Up @@ -65,7 +66,7 @@ class UserAction
/** @var bool system action will be hidden from UI, but can still be explicitly triggered */
public $system = false;

/** @var array<string, array<string, mixed>|Model> Argument definition. */
/** @var array<string, array<string, mixed>|Field> Argument definition. */
public $args = [];

/** @var list<string>|bool Specify which fields may be dirty when invoking action. APPLIES_TO_NO_RECORDS|APPLIES_TO_SINGLE_RECORD scopes for adding/modifying */
Expand Down

0 comments on commit ff65fa5

Please sign in to comment.