Skip to content

Commit

Permalink
Merge branch '2.2' into 2.3
Browse files Browse the repository at this point in the history
* 2.2:
  Fix some annotates
  [FrameworkBundle] made sure that the debug event dispatcher is used everywhere
  [HttpKernel] remove unneeded strtoupper
  updated the composer install command to reflect changes in Composer

Conflicts:
	src/Symfony/Component/Console/Application.php
	src/Symfony/Component/Console/Command/Command.php
	src/Symfony/Component/Console/Input/InputDefinition.php
	src/Symfony/Component/CssSelector/Node/CombinedSelectorNode.php
	src/Symfony/Component/Form/Form.php
	src/Symfony/Component/HttpKernel/Debug/ErrorHandler.php
	src/Symfony/Component/HttpKernel/DependencyInjection/RegisterListenersPass.php
	src/Symfony/Component/HttpKernel/Tests/DependencyInjection/RegisterListenersPassTest.php
	src/Symfony/Component/Locale/Locale.php
	src/Symfony/Component/Locale/README.md
	src/Symfony/Component/Locale/Stub/DateFormat/FullTransformer.php
  • Loading branch information
fabpot committed Sep 19, 2013
2 parents 67d151c + c7117a7 commit a5a03ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Loader/ChainLoader.php
Expand Up @@ -11,7 +11,7 @@

namespace Symfony\Component\Templating\Loader;

use Symfony\Component\Templating\Storage;
use Symfony\Component\Templating\Storage\Storage;
use Symfony\Component\Templating\TemplateReferenceInterface;

/**
Expand Down
1 change: 1 addition & 0 deletions Loader/LoaderInterface.php
Expand Up @@ -12,6 +12,7 @@
namespace Symfony\Component\Templating\Loader;

use Symfony\Component\Templating\TemplateReferenceInterface;
use Symfony\Component\Templating\Storage\Storage;

/**
* LoaderInterface is the interface all loaders must implement.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,5 +14,5 @@ Resources
You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Templating/
$ composer.phar install --dev
$ composer.phar install
$ phpunit

0 comments on commit a5a03ed

Please sign in to comment.