Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply fixes from StyleCI #4

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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