Skip to content

Commit e6abf97

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: 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 mark the LazyIterator class as internal fix extracting mixed type-hinted property types keep valid submitted choices when additional choices are submitted
2 parents 666ac79 + a3050e0 commit e6abf97

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)