Skip to content

Update README.md: fix broken license links and improve license sect… #55

Update README.md: fix broken license links and improve license sect…

Update README.md: fix broken license links and improve license sect… #55

Triggered via push November 25, 2025 00:28
Status Success
Total duration 37s
Artifacts

phpunit.yml

on: push
Matrix: Build
Psalm Static Analyzer
31s
Psalm Static Analyzer
Documentation  /  add_doc
10s
Documentation / add_doc
Fit to window
Zoom out
Zoom in

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)