Skip to content

Commit 2e7e2b2

Browse files
committed
Ignore false return type detection by PHPStan
See: - phpstan/phpstan#3961 - phpstan/phpstan#3596
1 parent f0c701c commit 2e7e2b2

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)