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
2019-09-01 23:32:23 +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 [Finder] Prevent unintentional file locks in Windows 2019-09-01 23:32:23 +02:00
Tests cs fix 2019-08-14 11:39:58 +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 Merge branch '3.3' into 3.4 2017-08-03 11:34:20 +02:00
Finder.php [Finder] docblock fixes 2019-06-28 10:02:59 +02:00
Glob.php fixed short array CS in comments 2019-01-16 14:27:11 +01:00
LICENSE update year in license files 2019-01-01 14:45:19 +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