Skip to content

Commit

Permalink
Fix some annotates
Browse files Browse the repository at this point in the history
  • Loading branch information
bronze1man authored and fabpot committed Sep 19, 2013
1 parent c1b5ccb commit c7117a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Loader/ChainLoader.php
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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

0 comments on commit c7117a7

Please sign in to comment.