We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c90ca commit f34fcb6Copy full SHA for f34fcb6
src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_tsantos.php
@@ -19,11 +19,6 @@ class ProjectServiceContainer extends Container
19
private $parameters;
20
private $targetDirs = array();
21
22
- /**
23
- * @internal but protected for BC on cache:clear
24
- */
25
- protected $privates = array();
26
-
27
public function __construct()
28
{
29
$this->services = $this->privates = array();
@@ -35,12 +30,6 @@ public function __construct()
35
30
);
36
31
}
37
32
38
- public function reset()
39
- {
40
- $this->privates = array();
41
- parent::reset();
42
- }
43
44
33
public function compile()
45
34
46
throw new LogicException('You cannot compile a dumped container that was already compiled.');
0 commit comments