This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Finder
2020-10-24 12:57:07 +02:00
..
Comparator switched array() to [] 2019-01-16 10:39:14 +01:00
Exception fixed some deprecation messages 2017-12-31 06:12:25 +01:00
Iterator Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
Tests Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Add a method to check if any results were found 2017-09-26 15:59:44 +01:00
composer.json Remove branch-version (keep them for contracts only) 2020-10-24 12:57:07 +02:00
Finder.php Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
Glob.php fixed short array CS in comments 2019-01-16 14:27:11 +01:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
SplFileInfo.php [Filesystem] Fix usages of error_get_last() 2018-05-13 17:44:36 +02:00

Finder Component

The Finder component finds files and directories via an intuitive fluent interface.

Resources