We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03460d commit 64b556dCopy full SHA for 64b556d
examples/confirm-cancellable.php
@@ -6,7 +6,7 @@
6
require_once(__DIR__ . '/../vendor/autoload.php');
7
8
$itemCallable = function (CliMenu $menu) {
9
- $continue = $menu->cancellableConfirm('PHP School FTW!', null, true)
+ $continue = $menu->cancellableConfirm('PHP School FTW!')
10
->display('OK', 'Cancel');
11
12
if ($continue) {
0 commit comments