Skip to content

Commit fb67a0c

Browse files
committed
Merge branch '2.3' into 2.4
* 2.3: fixed typos Fixed deprecated method calls Add testing against HHVM at Travis-CI Fixed typo Fixed typo fixed acronyms [Validator] Fixed IBAN validator with 0750447346 value Conflicts: src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php
2 parents c6f7e90 + 20bc937 commit fb67a0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Debug/TraceableEventDispatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ public function preListenerCall($eventName, $listener)
259259
* @param object $listener The listener
260260
* @param string $eventName The event name
261261
*
262-
* @return array Informations about the listener
262+
* @return array Information about the listener
263263
*/
264264
private function getListenerInfo($listener, $eventName)
265265
{

Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQ
187187
}
188188

189189
/**
190-
* Gets a http kernel from the container
190+
* Gets a HTTP kernel from the container
191191
*
192192
* @return HttpKernel
193193
*/

0 commit comments

Comments
 (0)