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
2020-09-02 18:06:40 +02:00
..
Definition Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
DependencyInjection Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
Exception switched array() to [] 2019-01-16 10:39:14 +01:00
Loader fix import from config file using type: glob 2020-03-12 17:27:02 +01:00
Resource 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
Util 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 fixed short array CS in comments 2019-01-16 14:27:11 +01:00
composer.json Merge branch '2.8' into 3.4 2018-05-01 15:53:27 -07:00
ConfigCache.php switched array() to [] 2019-01-16 10:39:14 +01:00
ConfigCacheFactory.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
ConfigCacheFactoryInterface.php [cs] correct invalid @param types 2018-11-20 16:55:20 +01:00
ConfigCacheInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
FileLocator.php Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
FileLocatorInterface.php Use a dedicated exception in the file locator 2016-08-09 07:23:16 -07: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 Update links to documentation 2020-01-04 13:05:51 +01:00
ResourceCheckerConfigCache.php Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
ResourceCheckerConfigCacheFactory.php switched array() to [] 2019-01-16 10:39:14 +01:00
ResourceCheckerInterface.php fixed CS 2016-06-29 07:31:50 +02:00

Config Component

The Config component provides several classes to help you find, load, combine, autofill and validate configuration values of any kind, whatever their source may be (YAML, XML, INI files, or for instance a database).

Resources