Skip to content

Commit

Permalink
docs: add @internal
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jul 12, 2022
1 parent bd5ac24 commit a8b0edd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions system/Database/BaseBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -1924,6 +1924,12 @@ public function insert($set = null, ?bool $escape = null)
return false;
}

/**
* @internal This is a temporary solution.
*
* @see https://github.com/codeigniter4/CodeIgniter4/pull/5376
* @TODO Fix a root cause, and this method should be removed.
*/
protected function removeAlias(string $from): string
{
if (strpos($from, ' ') !== false) {
Expand Down

0 comments on commit a8b0edd

Please sign in to comment.