Skip to content

Commit

Permalink
minor docblock correction
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Nov 4, 2021
1 parent be6df64 commit 995f52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phalcon/Db/Adapter/Pdo/Mysql.zep
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Mysql extends PdoAdapter
{
/**
* Returning numbers as numbers and not strings. If the user already
* set this option in the descriptor["options"], we do not have to set`
* set this option in the descriptor["options"], we do not have to set
* anything
*/
if (!isset(descriptor["options"][\PDO::ATTR_EMULATE_PREPARES])) {
Expand Down

0 comments on commit 995f52a

Please sign in to comment.