We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732f87f commit 35f6970Copy full SHA for 35f6970
src/UserAction/BasicExecutor.php
@@ -40,7 +40,7 @@ class BasicExecutor extends \Atk4\Ui\View implements ExecutorInterface
40
public $disableMsg = 'Action is disabled and cannot be executed';
41
42
/**
43
- * @var Button | array Button that trigger the action. Either as an array seed or object
+ * @var Button|array Button that trigger the action. Either as an array seed or object
44
*/
45
public $executorButton;
46
0 commit comments