We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aaa31f9 + 2e7e2b2 commit 7b2ca30Copy full SHA for 7b2ca30
1 file changed
src/Data.php
@@ -252,6 +252,7 @@ protected static function keyToPathArray(string $path): array
252
253
$path = \str_replace(self::DELIMITERS, '.', $path);
254
255
+ // @phpstan-ignore-next-line
256
return \explode('.', $path);
257
}
258
0 commit comments