Skip to content

Commit

Permalink
Merge pull request #38 from colinodell/fix-phpstan-check
Browse files Browse the repository at this point in the history
Fix PHPStan check
  • Loading branch information
simensen committed Dec 22, 2020
2 parents 40e95db + e45f9ef commit 6eaddfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ protected static function keyToPathArray(string $path): array

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

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

Expand Down

0 comments on commit 6eaddfe

Please sign in to comment.