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 3feec60 commit b82b53aCopy full SHA for b82b53a
src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_csv_env.php
@@ -18,7 +18,11 @@ class Symfony_DI_PhpDumper_Test_CsvParameters extends Container
18
{
19
private $parameters;
20
private $targetDirs = array();
21
- private $privates = array();
+
22
+ /**
23
+ * @internal but protected for BC on cache:clear
24
+ */
25
+ protected $privates = array();
26
27
public function __construct()
28
0 commit comments