Skip to content

Bug: The Validation::run() method does not match the ValidationInterface. #6224

@iRedds

Description

@iRedds

CodeIgniter4 Version

4.2.1

What happened?

Missing $dbGroup argument.

public function run(?array $data = null, ?string $group = null, ?string $dbGroup = null): bool

public function run(?array $data = null, ?string $group = null): bool;

Metadata

Metadata

Assignees

Labels

bugVerified issues on the current code behavior or pull requests that will fix them

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions