laravel/framework

View on GitHub
src/Illuminate/Validation/Rules/Password.php

Summary

Maintainability
A
1 hr
Test Coverage

Method passes has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function passes($attribute, $value)
    {
        $this->messages = [];

        $validator = Validator::make(
Severity: Minor
Found in src/Illuminate/Validation/Rules/Password.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status