update: UNIT3D linting

- github action updated with new ruleset in pint.json
- codebase linted with new ruleset
- contributors can now run `./vendor/bin/pint`
- action workflow will auto correct any lint issues upon commit/opened pull request
This commit is contained in:
HDVinnie
2023-02-02 08:02:34 -05:00
parent 098e3fcdd8
commit 472c820f99
751 changed files with 10559 additions and 10518 deletions
@@ -28,7 +28,7 @@ class ForgotPasswordController extends Controller
protected function validateEmail(Request $request): void
{
if (! \config('captcha.enabled')) {
if ( ! config('captcha.enabled')) {
$request->validate(['email' => 'required|email']);
} else {
$request->validate([