Skip to content

Commit adf7a8c

Browse files
authored
Update docblocks (#2071)
* chore: update facade and macro docblocks * fix
1 parent 3eed88f commit adf7a8c

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/Components/Rules/RuleActions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
/**
88
* @method static disable()
9+
* @method static dispatch(string $event, array $params)
910
*/
1011
class RuleActions extends BaseRule
1112
{

src/Facades/Rule.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
use PowerComponents\LivewirePowerGrid\Components\Rules\{RuleActions, RuleCheckbox, RuleEditOnClick, RuleRadio, RuleRows, RuleToggleable};
77

88
/**
9-
* @method static RuleActions button(string $action)
10-
* @method static RuleToggleable toggleable(string $action)
11-
* @method static RuleEditOnClick editOnClick(string $action)
9+
* @method static RuleActions button(string $button)
10+
* @method static RuleToggleable toggleable(string $column)
11+
* @method static RuleEditOnClick editOnClick(string $column)
1212
* @method static RuleRows rows()
1313
* @method static RuleCheckbox checkbox()
1414
* @method static RuleRadio radio()

0 commit comments

Comments
 (0)