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 36cae69 commit 1d5abe1Copy full SHA for 1d5abe1
phpstan.neon
@@ -5,4 +5,7 @@ parameters:
5
ignoreErrors:
6
- message: '#Argument of an invalid type Ouxsoft\\PHPMarkup\\Contract\\ElementPoolInterface supplied for foreach, only iterables are supported#'
7
path: src/Engine.php
8
- count: 2
+ count: 2
9
+ - message: '#mixed#'
10
+ path: src/ArgumentArray.php
11
src/ArgumentArray.php
@@ -43,11 +43,6 @@ class ArgumentArray implements
43
*/
44
private $index = 0;
45
46
- /**
47
- * @var array keys contain a list of arrays stored
48
- */
49
- private $keys = [];
50
-
51
/**
52
* Set a value type to avoid Type Juggling issues and extend data types
53
*
0 commit comments