Skip to content

Commit

Permalink
Add type hint to file
Browse files Browse the repository at this point in the history
  • Loading branch information
ihmels committed Oct 10, 2023
1 parent 791a1e4 commit 7749b5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Yasumi/Yasumi.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ public static function getProviders(): array
\FilesystemIterator::SKIP_DOTS
), \RecursiveIteratorIterator::SELF_FIRST);

/** @var \SplFileInfo $file */
foreach ($filesIterator as $file) {
if ($file->isDir()) {
continue;
Expand Down

0 comments on commit 7749b5c

Please sign in to comment.