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
Fabien Potencier 6700d448ed Merge branch '3.4'
* 3.4:
  [CS] Apply phpdoc_annotation_without_dot
  bumped Symfony version to 3.3.10
  updated VERSION for 3.3.9
  updated CHANGELOG for 3.3.9
  [DomCrawler] Fix conversion to int on GetPhpFiles
  Remove `protected_to_private` rule.
  Filtering empty uuids in ORMQueryBuilderLoader.
2017-09-11 13:45:27 -07:00
..
Definition Merge branch '3.3' into 3.4 2017-09-11 13:45:17 -07:00
DependencyInjection [Config][FrameworkBundle] Lazy load resource checkers 2017-02-28 18:07:25 +01:00
Exception [Config] Fix resource tracking with new GlobResource 2017-05-03 15:21:08 +02:00
Loader Add scalar typehints/return types on final/internal/private code 2017-08-31 22:46:21 +02:00
Resource Merge branch '3.4' 2017-08-03 11:50:20 +02:00
Tests Merge branch '3.4' 2017-09-04 20:13:11 +02:00
Util #24046 added check for ext-dom to XmlUtil::loadFile 2017-09-03 12:02:00 +02:00
.gitignore
CHANGELOG.md feature #22382 [config] Add abbitily to deprecate a node (Nyholm, fabpot, sanpii) 2017-08-29 17:48:44 +02:00
composer.json Merge branch '3.3' into 3.4 2017-08-03 11:34:20 +02:00
ConfigCache.php [Config] ConfigCache::isFresh() should return false on __PHP_Incomplete_Class 2016-11-29 11:39:48 +01:00
ConfigCacheFactory.php Implement service-based Resource (cache) validation 2015-09-25 08:31:17 +02:00
ConfigCacheFactoryInterface.php fixes CS 2015-08-24 09:13:45 +02:00
ConfigCacheInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
FileLocator.php [Config] Fix resource tracking with new GlobResource 2017-05-03 15:21:08 +02:00
FileLocatorInterface.php Use a dedicated exception in the file locator 2016-08-09 07:23:16 -07:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
ResourceCheckerConfigCache.php [Config][FrameworkBundle] Lazy load resource checkers 2017-02-28 18:07:25 +01:00
ResourceCheckerConfigCacheFactory.php [Config][FrameworkBundle] Lazy load resource checkers 2017-02-28 18:07:25 +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