Skip to content

Commit 64b556d

Browse files
committed
Remove unused params
1 parent f03460d commit 64b556d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/confirm-cancellable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
require_once(__DIR__ . '/../vendor/autoload.php');
77

88
$itemCallable = function (CliMenu $menu) {
9-
$continue = $menu->cancellableConfirm('PHP School FTW!', null, true)
9+
$continue = $menu->cancellableConfirm('PHP School FTW!')
1010
->display('OK', 'Cancel');
1111

1212
if ($continue) {

0 commit comments

Comments
 (0)