Skip to content

Commit

Permalink
Merge pull request #466 from jolicode/expose-SplFileInfo
Browse files Browse the repository at this point in the history
Add SplFileInfo to the stubs
  • Loading branch information
pyrech authored May 27, 2024
2 parents 186459d + d2a2cae commit 7b2d44c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Stub/StubsGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ private function generateStubs(string $dest): void
\Symfony\Component\Filesystem\Filesystem::class,
\Symfony\Component\Filesystem\Path::class,
Finder::class,
\Symfony\Component\Finder\SplFileInfo::class,
\Symfony\Component\Process\Exception\ExceptionInterface::class,
\Symfony\Component\Process\ExecutableFinder::class,
\Symfony\Component\Process\Process::class,
Expand Down

0 comments on commit 7b2d44c

Please sign in to comment.