8000 minor #22591 [Profiler] DataCollector: Remove unused static property … · symfony/symfony@3c9a7e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3c9a7e4

Browse files
committed
minor #22591 [Profiler] DataCollector: Remove unused static property (ogizanagi)
This PR was merged into the 3.3-dev branch. Discussion ---------- [Profiler] DataCollector: Remove unused static property | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT | Doc PR | N/A Unless I missed something, any usage of this property were removed in #21638. Commits ------- 96743e6 [Profiler] DataCollector: Remove unused static property
2 parents 2d88787 + 96743e6 commit 3c9a7e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/HttpKernel/DataCollector/DataCollector.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ abstract class DataCollector implements DataCollectorInterface, \Serializable
3939
*/
4040
private static $cloner;
4141

42-
private static $stubsCache = array();
43-
4442
public function serialize()
4543
{
4644
return serialize($this->data);

0 commit comments

Comments
 (0)
0