Skip to content

Commit 9e8feb3

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 96dbd82 + 5004691 commit 9e8feb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Store/PdoStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ private function getDriver(): string
386386
}
387387

388388
/**
389-
* Provides a SQL function to get the current timestamp regarding the current connection's driver.
389+
* Provides an SQL function to get the current timestamp regarding the current connection's driver.
390390
*/
391391
private function getCurrentTimestampStatement(): string
392392
{

0 commit comments

Comments
 (0)