Skip to content

Commit 41bd1e5

Browse files
committed
minor symfony#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 symfony#23624 Commits ------- 07ff4dd Remove unused prop + added @deprecated
2 parents 4e25a61 + 07ff4dd commit 41bd1e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CachePoolClearCommandTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
*/
2020
class CachePoolClearCommandTest extends WebTestCase
2121
{
22-
private $application;
23-
2422
protected function setUp()
2523
{
2624
static::bootKernel(array('test_case' => 'CachePoolClear', 'root_config' => 'config.yml'));

src/Symfony/Bundle/SecurityBundle/Command/UserPasswordEncoderCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ public function __construct(EncoderFactoryInterface $encoderFactory = null, arra
4848

4949
/**
5050
* {@inheritdoc}
51+
*
52+
* @deprecated since version 3.3, to be removed in 4.0
5153
*/
5254
protected function getContainer()
5355
{

0 commit comments

Comments
 (0)