Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Nov 20, 2024
1 parent 90b781d commit f0cf5dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/QueryBuilder/AbstractQueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ public function upsert(
}

/**
* Prepare resource for use in a SQL query.
* Converts a resource value to its SQL representation or throws an exception if conversion is not possible.
*
* @param resource $value
*/
Expand All @@ -506,7 +506,7 @@ protected function prepareResource(mixed $value): string
}

/**
* Prepare binary string for use in a SQL query.
* Converts a binary value to its SQL representation using hexadecimal encoding.
*/
protected function prepareBinary(string $binary): string
{
Expand Down
1 change: 0 additions & 1 deletion src/Schema/QuoterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ public function quoteTableName(string $name): string;
/**
* Quotes a string value for use in a query.
*
* Note: That if the parameter isn't a string, it will be returned without change.
* Attention: The usage of this method isn't safe.
* Use prepared statements.
*
Expand Down

0 comments on commit f0cf5dc

Please sign in to comment.