Skip to content

Commit 6b72992

Browse files
jtreminioAydinHassan
authored andcommitted
Removes extra code
1 parent 34ea4b3 commit 6b72992

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/split-checkbox-item.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66

77
require_once(__DIR__ . '/../vendor/autoload.php');
88

9-
ini_set('display_errors', 1);
10-
ini_set('display_startup_errors', 1);
11-
error_reporting(E_ALL);
12-
139
$itemCallable = function (CliMenu $menu) {
1410
echo $menu->getSelectedItem()->getText();
1511
};

0 commit comments

Comments
 (0)