Skip to content

Commit a0c7afb

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: [Workflow] Re-add InvalidTokenConfigurationException for BC Fix PHP 8.1 null values [Console] Fix PHP 8.1 null error for preg_match flag Fix: Article Definition::removeMethodCall should remove all matching calls [HttpFoundation] Fix typo in exception message mark the LazyIterator class as internal fix extracting mixed type-hinted property types [Worflow] Fixed GuardListener when using the new Security system keep valid submitted choices when additional choices are submitted
2 parents d336d87 + e6abf97 commit a0c7afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public function handle(Request $request, int $type = HttpKernelInterface::MASTER
199199
}
200200

201201
/**
202-
* Gets a HTTP kernel from the container.
202+
* Gets an HTTP kernel from the container.
203203
*
204204
* @return HttpKernelInterface
205205
*/

0 commit comments

Comments
 (0)