Skip to content

Commit e5b9434

Browse files
committed
PHP 7.4 support
1 parent b27dddd commit e5b9434

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=7.1.0"
12+
"php": ">=7.4.0"
1313
},
1414
"require-dev": {
1515
"phpstan/phpstan": "^0.12.18",

src/SelectboxTree.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ final class SelectboxTree
99
{
1010
private const NBSP = "\xC2\xA0\xC2\xA0\xC2\xA0";
1111

12-
/** @var int */
13-
private $maxDepth = 32;
12+
private int $maxDepth = 32;
1413

1514

1615
/**

0 commit comments

Comments
 (0)