Skip to content

Commit

Permalink
fix stan
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Feb 6, 2024
1 parent 6c5fb59 commit 307378e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -546,10 +546,10 @@ public function addBulkAction($item, \Closure $callback, $args = [])
* Similar to addModalAction but apply to a multiple records selection and display in menu.
* When menu item is clicked, modal is displayed with the $title and $callback is executed.
*
* @param string|array|MenuItem $item
* @param string $title
* @param \Closure(View, list<string>): void $callback
* @param array $args extra URL argument for callback
* @param string|array|MenuItem $item
* @param string $title
* @param \Closure(View, list<mixed>): void $callback
* @param array $args extra URL argument for callback
*
* @return View
*/
Expand Down

0 comments on commit 307378e

Please sign in to comment.