8000 [Profiler] DataCollector: Remove unused static property · symfony/symfony@96743e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 96743e6

Browse files
committed
[Profiler] DataCollector: Remove unused static property
1 parent 82a6a35 commit 96743e6

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