minor #23628 Remove unused prop + added @deprecated (ro0NL)

This PR was merged into the 3.3 branch.

Discussion
----------

Remove unused prop + added @deprecated

| Q             | A
| ------------- | ---
| Branch?       | 3.3

Spotted in #23624

Commits
-------

07ff4dd163 Remove unused prop + added @deprecated
This commit is contained in:
Maxime Steinhausser 2017-07-22 21:53:40 +02:00
commit 41bd1e5c91
2 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,6 @@ use Symfony\Component\Console\Tester\CommandTester;
*/ */
class CachePoolClearCommandTest extends WebTestCase class CachePoolClearCommandTest extends WebTestCase
{ {
private $application;
protected function setUp() protected function setUp()
{ {
static::bootKernel(array('test_case' => 'CachePoolClear', 'root_config' => 'config.yml')); static::bootKernel(array('test_case' => 'CachePoolClear', 'root_config' => 'config.yml'));

View File

@ -48,6 +48,8 @@ class UserPasswordEncoderCommand extends ContainerAwareCommand
/** /**
* {@inheritdoc} * {@inheritdoc}
*
* @deprecated since version 3.3, to be removed in 4.0
*/ */
protected function getContainer() protected function getContainer()
{ {