Fix typo in AbstractPlatform

parent 51aeefa7
......@@ -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