merged branch alexpods/patch-1 (PR #7837)

This PR was submitted for the master branch but it was merged into the 2.1 branch instead (closes #7837).

Discussion
----------

Rename misprint property (from warmer to finder)

Commits
-------

a1f5bd5 Rename misprint property (from warmer to finder)
This commit is contained in:
Fabien Potencier 2013-04-25 12:13:02 +02:00
commit 9abcf4f81b

View File

@ -26,7 +26,7 @@ use Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinderInterface;
class TemplateCacheCacheWarmer implements CacheWarmerInterface class TemplateCacheCacheWarmer implements CacheWarmerInterface
{ {
protected $container; protected $container;
protected $warmer; protected $finder;
/** /**
* Constructor. * Constructor.