mirror of
https://github.com/danog/psalm-plugin-symfony.git
synced 2024-11-26 20:04:58 +01:00
[finder] Use Symfony SplFileInfo in Finder (#212)
This commit is contained in:
parent
ae4262b7fa
commit
976b10f348
@ -6,7 +6,7 @@ use Countable;
|
|||||||
use IteratorAggregate;
|
use IteratorAggregate;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @implements IteratorAggregate<string, \SplFileInfo>
|
* @implements IteratorAggregate<string, SplFileInfo>
|
||||||
*/
|
*/
|
||||||
class Finder implements IteratorAggregate, Countable
|
class Finder implements IteratorAggregate, Countable
|
||||||
{
|
{
|
||||||
|
@ -10,6 +10,7 @@ Feature: Finder
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use Symfony\Component\Finder\Finder;
|
use Symfony\Component\Finder\Finder;
|
||||||
|
use Symfony\Component\Finder\SplFileInfo;
|
||||||
|
|
||||||
class Test
|
class Test
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user