Skip to content

Commit 20bc937

Browse files
committed
fixed typos
1 parent fcd3d6b commit 20bc937

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Debug/TraceableEventDispatcher.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ public function preListenerCall($eventName, $listener)
258258
* @param object $listener The listener
259259
* @param string $eventName The event name
260260
*
261-
* @return array Informations about the listener
261+
* @return array Information about the listener
262262
*/
263263
private function getListenerInfo($listener, $eventName)
264264
{
@@ -428,7 +428,7 @@ private function postDispatch($eventName, Event $event)
428428
} catch (\LogicException $e) {}
429429
// The children profiles have been updated by the previous 'kernel.response'
430430
// event. Only the root profile need to be updated with the 'kernel.terminate'
431-
// timing informations.
431+
// timing information.
432432
$this->updateProfiles($token, false);
433433
break;
434434
}

0 commit comments

Comments
 (0)