Skip to content

Commit

Permalink
update comments of methods
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehristov committed Jan 6, 2020
1 parent 771a4b9 commit 8f15157
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/TableColumn/ActionButtons.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ public function init()
*
* Returns button object
*
* @param $button
* @param $callback
* @param bool $confirm
* @param bool $isDisabled
* @param View|string $button
* @param null|callable|atk4\data\UserAction\Generic $action
* @param bool $confirm
* @param bool $isDisabled
*
* @throws \atk4\core\Exception
* @throws \atk4\data\Exception
Expand Down
8 changes: 4 additions & 4 deletions src/TableColumn/ActionMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ public function getTag($position, $value, $attr = [])
/**
* Add a menu item in Dropdown.
*
* @param View|string $item View
* @param null|callable $callback
* @param null|string $confirm
* @param bool $isDisabled
* @param View|string $item
* @param null|callable|atk4\data\UserAction\Generic $action
* @param null|string $confirm
* @param bool $isDisabled
*
* @throws \atk4\core\Exception
* @throws \atk4\data\Exception
Expand Down

0 comments on commit 8f15157

Please sign in to comment.