Skip to content

Commit f0b5512

Browse files
committed
docs: update comment
1 parent 4d4ac91 commit f0b5512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Models/CheckQueryReturnTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ private function checkValidationError(): void
5252
*/
5353
private function getValidationErrors(): array
5454
{
55-
// @TODO When CI v4.3 is released, you can use `$this->validation->getErrors(false)`.
56-
// See https://github.com/codeigniter4/CodeIgniter4/pull/6381
55+
// @TODO When CI v4.3 is released, you don't need this hack.
56+
// See https://github.com/codeigniter4/CodeIgniter4/pull/6384
5757
return $this->getValidationPropertyErrors();
5858
}
5959

0 commit comments

Comments
 (0)