We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40e95db + e45f9ef commit 6eaddfeCopy full SHA for 6eaddfe
1 file changed
src/Data.php
@@ -252,7 +252,6 @@ 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