Skip to content

Commit b5bea51

Browse files
committed
docs: add @todo
1 parent ce2df7a commit b5bea51

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

system/Validation/Validation.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ public function __construct($config, RendererInterface $view)
116116
* @param array|null $data The array of data to validate.
117117
* @param string|null $group The predefined group of rules to apply.
118118
* @param string|null $dbGroup The database group to use.
119+
*
120+
* @TODO Type ?string for $dbGroup should be removed.
121+
* See https://github.com/codeigniter4/CodeIgniter4/issues/6723
119122
*/
120123
public function run(?array $data = null, ?string $group = null, ?string $dbGroup = null): bool
121124
{

0 commit comments

Comments
 (0)