File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,6 @@ parameters:
2
2
paths :
3
3
- src
4
4
- tests
5
- level : 5
5
+ level : 6
6
+ ignoreErrors :
7
+ - identifier : missingType.iterableValue
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<psalm
3
- errorLevel =" 7"
4
- resolveFromConfigFile =" true"
3
+ errorLevel =" 4"
5
4
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
6
5
xmlns =" https://getpsalm.org/schema/config"
7
6
xsi : schemaLocation =" https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class TagEngine
43
43
public function __construct (array $ options = [])
44
44
{
45
45
$ this ->options ['tag_directories ' ] = dirname (__FILE__ ) . DIRECTORY_SEPARATOR . 'Tags ' . DIRECTORY_SEPARATOR ;
46
- if ($ options && is_array ( $ options ) ) {
46
+ if ($ options ) {
47
47
$ this ->options = array_merge ($ this ->options , $ options );
48
48
}
49
49
$ prefix = $ this ->options ['component_prefix ' ] ?? 'c ' ;
You can’t perform that action at this time.
0 commit comments