Skip to content

Commit f6066f8

Browse files
author
fureev
committed
fix
1 parent b8cab07 commit f6066f8

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

phpstan.neon

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
parameters:
2-
level: '6'
2+
level: '2'
33
paths:
44
- src
55
# - tests
6-
ignoreErrors:
7-
-
8-
identifier: trait.unused
6+
# ignoreErrors:
7+
# -
8+
# identifier: trait.unused
99
excludePaths:
1010
- 'src/Types/Point.php'
1111
- 'src/Types/GeoPoint.php'

src/ConditionalHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ final class ConditionalHandler
3232
{
3333
/**
3434
* @var array
35-
* @phpstan-ignore missingType.iterableValue
3635
*/
3736
private array $params = [];
3837

src/Helpers/URLify.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,6 @@ private static function initLanguageMap(string $language = ''): void
770770
}
771771

772772
// Is a specific map associated with $language?
773-
// @phpstan-ignore booleanAnd.rightAlwaysTrue
774773
if (isset(self::$maps[$language]) && is_array(self::$maps[$language])) {
775774
// Move this map to end. This means it will have priority over others
776775
$map = self::$maps[$language];

0 commit comments

Comments
 (0)