Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed May 17, 2023
1 parent b6a352a commit dd2a74e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Form/Control/Multiline.php
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,8 @@ private function outputJson(): void
case 'on-change':
$response = call_user_func($this->onChangeFunction, $this->typeCastLoadValues($this->getApp()->decodeJson($_POST['rows'])), $this->form);
$this->renderCallback->terminateAjax($this->renderCallback->getAjaxec($response));
// no break - expression above always terminate

break;
}
}

Expand Down

0 comments on commit dd2a74e

Please sign in to comment.