Skip to content

Commit b7b425a

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 28e6bd9 + 8cb6c71 commit b7b425a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HttpHeaderSerializer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Psr\Link\LinkInterface;
1515

1616
/**
17-
* Serializes a list of Link instances to a HTTP Link header.
17+
* Serializes a list of Link instances to an HTTP Link header.
1818
*
1919
* @see https://tools.ietf.org/html/rfc5988
2020
*

0 commit comments

Comments
 (0)