Skip to content

Commit

Permalink
Merge pull request #4 from georgehristov/analysis-e70lEK
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
georgehristov authored Jan 18, 2020
2 parents 34055d7 + 90d0002 commit 589d09f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions src/TableColumn/ActionButtons.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ public function init()
*
* Returns button object
*
* @param \atk4\ui\View|string $button
* @param null|callable|\atk4\data\UserAction\Generic $action
* @param bool $confirm
* @param bool $isDisabled
* @param \atk4\ui\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 Expand Up @@ -99,11 +99,11 @@ public function addButton($button, $action = null, $confirm = false, $isDisabled
* Adds a new button which will open a modal dialog and dynamically
* load contents through $callback. Will pass a virtual page.
*
* @param \atk4\ui\View|string $button
* @param string $title
* @param callable $callback
* @param \atk4\ui\View $owner
* @param array $args
* @param \atk4\ui\View|string $button
* @param string $title
* @param callable $callback
* @param \atk4\ui\View $owner
* @param array $args
*
* @return \atk4\ui\View
*/
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
* @param null|callable|\atk4\data\UserAction\Generic $action
* @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 589d09f

Please sign in to comment.