Unverified Commit f54ea21d authored by Sergei Morozov's avatar Sergei Morozov Committed by GitHub

Merge pull request #3204 from Majkl578/typo

Fix typo in AbstractPlatform
parents 51aeefa7 c9103dfc
......@@ -3410,7 +3410,7 @@ abstract class AbstractPlatform
if ($offset < 0) {
throw new DBALException(sprintf(
'Offset must be a positive integer of zero, %d given',
'Offset must be a positive integer or zero, %d given',
$offset
));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment