Skip to content

Commit

Permalink
Remove unused params
Browse files Browse the repository at this point in the history
  • Loading branch information
AydinHassan committed Nov 25, 2021
1 parent f03460d commit 64b556d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/confirm-cancellable.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
require_once(__DIR__ . '/../vendor/autoload.php');

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

if ($continue) {
Expand Down

0 comments on commit 64b556d

Please sign in to comment.