respect-validation/tests
Henrique Moody 338c186803
Invert the behaviour of NotBlank
Since we have the ability to use `not` as a prefix, having rules that
start with not becomes a bit inflexible, verbose, and harder to
understand.

This commit will refactor the `NotBlank` rule by inverting its behaviour
and renaming it to `Blank`. Although this is a breaking change, users
will not feel it because "NotBlank" will still be available by using the
`not` prefix followed by the `Blank` rule.
2025-12-27 17:18:30 +01:00
..
feature Invert the behaviour of NotBlank 2025-12-27 17:18:30 +01:00
fixtures Bump respect/coding-standard from 4 to 5 2025-12-18 19:03:39 +01:00
library Create named constructor to create Result 2025-12-26 22:34:43 +01:00
unit Invert the behaviour of NotBlank 2025-12-27 17:18:30 +01:00
bootstrap.php Remove "uopz" as a dependency to run tests 2025-12-18 14:13:09 +01:00
Pest.php Bump respect/coding-standard from 4 to 5 2025-12-18 19:03:39 +01:00