Issue #3174569 by paulocs: Fix English mistake in Connection.php
parent
aa12b0e73f
commit
00fcf2d6bb
|
@ -1711,8 +1711,8 @@ abstract class Connection {
|
||||||
/**
|
/**
|
||||||
* Prepares a statement for execution and returns a statement object
|
* Prepares a statement for execution and returns a statement object
|
||||||
*
|
*
|
||||||
* Emulated prepared statements does not communicate with the database server
|
* Emulated prepared statements do not communicate with the database server so
|
||||||
* so this method does not check the statement.
|
* this method does not check the statement.
|
||||||
*
|
*
|
||||||
* @param string $statement
|
* @param string $statement
|
||||||
* This must be a valid SQL statement for the target database server.
|
* This must be a valid SQL statement for the target database server.
|
||||||
|
|
Loading…
Reference in New Issue