Update README.md: fix broken license links and improve license sect…
#55
phpunit.yml
on: push
Matrix: Build
Psalm Static Analyzer
31s
Documentation
/
add_doc
10s
Annotations
10 warnings
|
MissingParamType:
src/Definition/PasswordDefinition.php#L24
src/Definition/PasswordDefinition.php:24:33: MissingParamType: Parameter $rules has no provided type (see https://psalm.dev/154)
|
|
MissingClassConstType:
src/Definition/PasswordDefinition.php#L18
src/Definition/PasswordDefinition.php:18:11: MissingClassConstType: Class constant "ByJG\Authenticate\Definition\PasswordDefinition::ALLOW_REPEATED" should have a declared type. (see https://psalm.dev/359)
|
|
MissingClassConstType:
src/Definition/PasswordDefinition.php#L17
src/Definition/PasswordDefinition.php:17:11: MissingClassConstType: Class constant "ByJG\Authenticate\Definition\PasswordDefinition::ALLOW_SEQUENTIAL" should have a declared type. (see https://psalm.dev/359)
|
|
MissingClassConstType:
src/Definition/PasswordDefinition.php#L16
src/Definition/PasswordDefinition.php:16:11: MissingClassConstType: Class constant "ByJG\Authenticate\Definition\PasswordDefinition::ALLOW_WHITESPACE" should have a declared type. (see https://psalm.dev/359)
|
|
MissingClassConstType:
src/Definition/PasswordDefinition.php#L15
src/Definition/PasswordDefinition.php:15:11: MissingClassConstType: Class constant "ByJG\Authenticate\Definition\PasswordDefinition::REQUIRE_NUMBERS" should have a declared type. (see https://psalm.dev/359)
|
|
MissingClassConstType:
src/Definition/PasswordDefinition.php#L14
src/Definition/PasswordDefinition.php:14:11: MissingClassConstType: Class constant "ByJG\Authenticate\Definition\PasswordDefinition::REQUIRE_SYMBOLS" should have a declared type. (see https://psalm.dev/359)
|
|
MissingClassConstType:
src/Definition/PasswordDefinition.php#L13
src/Definition/PasswordDefinition.php:13:11: MissingClassConstType: Class constant "ByJG\Authenticate\Definition\PasswordDefinition::REQUIRE_LOWERCASE" should have a declared type. (see https://psalm.dev/359)
|
|
MissingClassConstType:
src/Definition/PasswordDefinition.php#L12
src/Definition/PasswordDefinition.php:12:11: MissingClassConstType: Class constant "ByJG\Authenticate\Definition\PasswordDefinition::REQUIRE_UPPERCASE" should have a declared type. (see https://psalm.dev/359)
|
|
MissingClassConstType:
src/Definition/PasswordDefinition.php#L11
src/Definition/PasswordDefinition.php:11:11: MissingClassConstType: Class constant "ByJG\Authenticate\Definition\PasswordDefinition::MINIMUM_CHARS" should have a declared type. (see https://psalm.dev/359)
|
|
ClassMustBeFinal:
src/Definition/PasswordDefinition.php#L9
src/Definition/PasswordDefinition.php:9:7: ClassMustBeFinal: Class ByJG\Authenticate\Definition\PasswordDefinition is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|