Issue #3174569 by paulocs: Fix English mistake in Connection.php

merge-requests/25/head
Alex Pott 2020-10-05 13:17:53 +01:00
parent aa12b0e73f
commit 00fcf2d6bb
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 2 additions and 2 deletions

View File

@ -1711,8 +1711,8 @@ abstract class Connection {
/**
* Prepares a statement for execution and returns a statement object
*
* Emulated prepared statements does not communicate with the database server
* so this method does not check the statement.
* Emulated prepared statements do not communicate with the database server so
* this method does not check the statement.
*
* @param string $statement
* This must be a valid SQL statement for the target database server.