symfony-finder Questions

5

Solved

I use Symfony Standard Edition and try to get Symfony Finder component like a service, but not found it. To use the Finder, I need to create it manually like: $finder = new Symfony\Component\Finde...

3

Solved

By default Symfony Finder Component sorts files by ASC order. //sorting by ASC order $finder->files()->in($this->getDumpPath())->sortByModifiedTime(); How can I sort files by DESC?
Bandanna asked 24/9, 2014 at 13:12

1

Solved

I am trying to run PHP CS Fixer, which I believe is based on Symfony (which I am not familiar with), and having a problem with excluding some paths. My setup is below: $finder = PhpCsFixer\Finder...
Danas asked 5/5, 2017 at 7:24

1

Solved

I am using the Finder for sending spooled e-mails, but automatic name generator puts dots in the filename and sometimes they appear at the beginning of the file. It seems that the finder can't get...
Mewl asked 24/1, 2014 at 11:10
1

© 2022 - 2024 — McMap. All rights reserved.