We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.2.1
Missing $dbGroup argument.
CodeIgniter4/system/Validation/Validation.php
Line 109 in 7439b6e
CodeIgniter4/system/Validation/ValidationInterface.php
Line 28 in 7439b6e
The text was updated successfully, but these errors were encountered:
It does not seem to be an error. https://3v4l.org/U59Qp
Sorry, something went wrong.
Do you have any specific problems on this mismatch?
No problem. But it seems to me that the meaning in the declaration of the interface is lost if the class that implements it is different.
In this case, it seems that updating the run() method in the ValidationInterface in version 5 would solve the problem.
run()
ValidationInterface
Or try to change the interface in 4.3?
4.3
I don't know how to get out of this situation. I thought that the team would find the optimal solution.
Closed by #6253
kenjis
Successfully merging a pull request may close this issue.
CodeIgniter4 Version
4.2.1
What happened?
Missing $dbGroup argument.
CodeIgniter4/system/Validation/Validation.php
Line 109 in 7439b6e
CodeIgniter4/system/Validation/ValidationInterface.php
Line 28 in 7439b6e
The text was updated successfully, but these errors were encountered: