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/Config/Resource
Matthias Pigulla 2b36ac5a61 Fix that two DirectoryResources with different patterns would be deduplicated
ResourceInterface::__toString is mainly important because in various places, array_uniqe() is called to perform a de-duplication of resources and will use the string representation for objects.

Thus, we need to take care that if DirectoryResources apply different patterns they must be kept after array_unique calls.
2015-09-10 14:18:59 +02:00
..
DirectoryResource.php Fix that two DirectoryResources with different patterns would be deduplicated 2015-09-10 14:18:59 +02:00
FileResource.php minor #13377 [Console] Change greater by greater or equal for isFresh in FileResource 2015-02-19 17:18:47 +03:00
ResourceInterface.php [Config] fix filelocator with empty name 2014-10-13 20:50:59 +02:00