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/Loader
Fabien Potencier 3d32a0bcc2 merged branch beberlei/ConfigFileLoaderTypeMissing (PR #5193)
Commits
-------

b3cf36a [Config] Missing type argument passed to loader.

Discussion
----------

[Config] Missing type argument passed to loader.

In FileLoader the $type is not passed to the child loader.

Bug fix: yes
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: yes
License of the code: MIT

---------------------------------------------------------------------------

by travisbot at 2012-08-06T14:22:30Z

This pull request [passes](http://travis-ci.org/symfony/symfony/builds/2047982) (merged b3cf36af into 89dce2df).
2012-08-06 16:50:56 +02:00
..
DelegatingLoader.php fixed some CS 2012-05-16 09:53:50 +02:00
FileLoader.php merged branch beberlei/ConfigFileLoaderTypeMissing (PR #5193) 2012-08-06 16:50:56 +02:00
Loader.php [Config] fixed phpdoc 2011-06-20 11:19:55 +02:00
LoaderInterface.php fixed CS (mainly method signatures) 2012-07-09 14:43:50 +02:00
LoaderResolver.php [Config] moved from protected to private (WIP) 2011-03-23 19:34:00 +01:00
LoaderResolverInterface.php fixed CS (mainly method signatures) 2012-07-09 14:43:50 +02:00