We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87fc0c2 commit ed2748eCopy full SHA for ed2748e
DataCollector/AbstractDataCollector.php
@@ -11,16 +11,13 @@
11
12
namespace Symfony\Bundle\FrameworkBundle\DataCollector;
13
14
+use Symfony\Component\HttpKernel\DataCollector\DataCollector;
15
+
16
/**
17
* @author Laurent VOULLEMIER <[email protected]>
18
*/
-abstract class AbstractDataCollector implements TemplateAwareDataCollectorInterface
19
+abstract class AbstractDataCollector extends DataCollector implements TemplateAwareDataCollectorInterface
20
{
- /**
- * @var array
21
- */
22
- protected $data = [];
23
-
24
public function getName(): string
25
26
return static::class;
0 commit comments