Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a39496 + beaa0b4 commit 26a72ffCopy full SHA for 26a72ff
src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_new_in_initializer.php
@@ -10,14 +10,11 @@
10
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
11
12
/**
13
- * This class has been auto-generated
14
- * by the Symfony Dependency Injection Component.
15
- *
16
- * @final
+ * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
17
*/
18
class ProjectServiceContainer extends Container
19
{
20
- private $parameters = [];
+ protected $parameters = [];
21
22
public function __construct()
23
0 commit comments