File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
parameters :
2
- level : ' 6 '
2
+ level : ' 2 '
3
3
paths :
4
4
- src
5
5
# - tests
6
- ignoreErrors :
7
- -
8
- identifier : trait.unused
6
+ # ignoreErrors:
7
+ # -
8
+ # identifier: trait.unused
9
9
excludePaths :
10
10
- 'src/Types/Point.php'
11
11
- 'src/Types/GeoPoint.php'
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ final class ConditionalHandler
32
32
{
33
33
/**
34
34
* @var array
35
- * @phpstan-ignore missingType.iterableValue
36
35
*/
37
36
private array $ params = [];
38
37
Original file line number Diff line number Diff line change @@ -770,7 +770,6 @@ private static function initLanguageMap(string $language = ''): void
770
770
}
771
771
772
772
// Is a specific map associated with $language?
773
- // @phpstan-ignore booleanAnd.rightAlwaysTrue
774
773
if (isset (self ::$ maps [$ language ]) && is_array (self ::$ maps [$ language ])) {
775
774
// Move this map to end. This means it will have priority over others
776
775
$ map = self ::$ maps [$ language ];
You can’t perform that action at this time.
0 commit comments