-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
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
AssertFields has an Error #19
Comments
@asivaneswaran can you add your test code that you're writing.. thanks 🙏 |
Just a classic But it's because in Which in PHP 8 is not allowed anymore. |
I made a PR for the fix: |
This PR also fixes the error for me, any chance this will be merged anytime soon? |
The method
fieldCheck
has an error:PHP Fatal error: During class fetch: Uncaught ErrorException: Required parameter $method follows optional parameter $value in /Users/arasivaneswaran/Documents/repos/ccp-kin-ball-v5/vendor/dillingham/nova-assertions/src/Assert/AssertFields.php:47
protected function fieldCheck($attribute, $value = null, $method)
The text was updated successfully, but these errors were encountered: