Skip to content

Commit 7b2ca30

Browse files
authored
Merge pull request #35 from colinodell/fix-false-issue-detection
Ignore false return type detection by PHPStan
2 parents aaa31f9 + 2e7e2b2 commit 7b2ca30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Data.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ protected static function keyToPathArray(string $path): array
252252

253253
$path = \str_replace(self::DELIMITERS, '.', $path);
254254

255+
// @phpstan-ignore-next-line
255256
return \explode('.', $path);
256257
}
257258

0 commit comments

Comments
 (0)