Skip to content

Commit 69a0802

Browse files
committed
Typo ExceptionDataCollector->EventDataCollector
1 parent d6199a5 commit 69a0802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bootstraps/Symfony.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function postHandle($app)
115115
}, $profiler->get('db'), null, 'Symfony\Bridge\Doctrine\DataCollector\DoctrineDataCollector');
116116
}
117117

118-
//ExceptionDataCollector
118+
//EventDataCollector
119119
if ($profiler->has('events')) {
120120
Utils::hijackProperty($profiler->get('events'), 'data', array(
121121
'called_listeners' => array(),

0 commit comments

Comments
 (0)