8000 Remove unused prop + added @deprecated · symfony/symfony@07ff4dd · GitHub
[go: up one dir, main page]

Skip to content

Commit 07ff4dd

Browse files
committed
Remove unused prop + added @deprecated
1 parent 4e25a61 commit 07ff4dd

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)
0