Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
yurikuzn committed Dec 24, 2024
1 parent 8abe02d commit 75f2ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/Espo/ORM/QueryComposer/BaseQueryComposer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2938,7 +2938,7 @@ protected function stringifyValue($value): string

/**
* Sanitize a string.
* @todo Make protected in 9.0.
* @todo Make protected in v10.0.
* @deprecated As of v6.0. Not to be used outside.
*/
public function sanitize(string $string): string
Expand All @@ -2948,7 +2948,7 @@ public function sanitize(string $string): string

/**
* Sanitize an alias for a SELECT statement.
* @todo Make protected in 9.0.
* @todo Make protected in v10.0.
* @deprecated As of v6.0. Not to be used outside.
*/
public function sanitizeSelectAlias(string $string): string
Expand Down

0 comments on commit 75f2ec3

Please sign in to comment.