Skip to content

Commit 74f3d56

Browse files
[DI] Mark Container::$privates as internal
1 parent c1170b0 commit 74f3d56

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Container.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,14 @@ class Container implements ResettableContainerInterface
5656

5757
protected $services = array();
5858
protected $methodMap = array();
59-
protected $privates = array();
6059
protected $aliases = array();
6160
protected $loading = array();
6261

62+
/**
63+
* @internal
64+
*/
65+
protected $privates = array();
66+
6367
private $underscoreMap = array('_' => '', '.' => '_', '\\' => '_');
6468
private $envCache = array();
6569

0 commit comments

Comments
 (0)