Skip to content

Commit

Permalink
conditional optional View::on type
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Aug 21, 2022
1 parent 2ec12d2 commit 63160e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -967,10 +967,10 @@ public function jsReload($args = [], $afterSuccess = null, $apiConfig = [])
*
* @see http://agile-ui.readthedocs.io/en/latest/js.html
*
* @param string $event JavaScript event
* @param string|View|JsExpressionable|array|Model\UserAction|null $selector Optional jQuery-style selector
* @param string|JsExpressionable|\Closure|array|UserAction\ExecutorInterface|Model\UserAction|null $action code to execute
* @param array $defaults Options
* @param string $event JavaScript event
* @param ($action is null ? string|JsExpressionable|\Closure|array|UserAction\ExecutorInterface|Model\UserAction : string|array) $selector Optional jQuery-style selector
* @param string|JsExpressionable|\Closure|array|UserAction\ExecutorInterface|Model\UserAction|null $action code to execute
* @param array $defaults Options
*
* @return Jquery
*/
Expand Down

0 comments on commit 63160e9

Please sign in to comment.