Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 26a72ff

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: fix merge
2 parents 5a39496 + beaa0b4 commit 26a72ff

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_new_in_initializer.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,11 @@
1010
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
1111

1212
/**
13-
* This class has been auto-generated
14-
* by the Symfony Dependency Injection Component.
15-
*
16-
* @final
13+
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
1714
*/
1815
class ProjectServiceContainer extends Container
1916
{
20-
private $parameters = [];
17+
protected $parameters = [];
2118

2219
public function __construct()
2320
{

0 commit comments

Comments
 (0)