Skip to content

Commit e45f9ef

Browse files
committed
Fix PHPStan check
1 parent 6b87551 commit e45f9ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Data.php

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

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

255-
// @phpstan-ignore-next-line
256255
return \explode('.', $path);
257256
}
258257

0 commit comments

Comments
 (0)