Skip to content

Commit

Permalink
Ignore false return type detection by PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Oct 16, 2020
1 parent f0c701c commit 2e7e2b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ 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 2e7e2b2

Please sign in to comment.