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 b27dddd commit e5b9434Copy full SHA for e5b9434
composer.json
@@ -9,7 +9,7 @@
9
}
10
],
11
"require": {
12
- "php": ">=7.1.0"
+ "php": ">=7.4.0"
13
},
14
"require-dev": {
15
"phpstan/phpstan": "^0.12.18",
src/SelectboxTree.php
@@ -9,8 +9,7 @@ final class SelectboxTree
{
private const NBSP = "\xC2\xA0\xC2\xA0\xC2\xA0";
- /** @var int */
- private $maxDepth = 32;
+ private int $maxDepth = 32;
16
/**
0 commit comments