Skip to content

Commit 886d97f

Browse files
committed
docs: add @todo
1 parent bf49a72 commit 886d97f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Models/CheckQueryReturnTrait.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +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
5557
return $this->getValidationPropertyErrors();
5658
}
5759

0 commit comments

Comments
 (0)