We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4112d5 commit 0a00c08Copy full SHA for 0a00c08
1 file changed
tests/system/Validation/RulesTest.php
@@ -669,7 +669,7 @@ public static function provideInList(): iterable
669
}
670
671
#[DataProvider('provideRequiredWith')]
672
- public function testRequiredWith(?string $field, ?string $check, bool $expected): void
+ public function testRequiredWith(string $field, ?string $check, bool $expected): void
673
{
674
$data = [
675
'foo' => 'bar',
@@ -779,7 +779,7 @@ public static function provideRequiredWithAndOtherRuleWithValueZero(): iterable
779
780
781
#[DataProvider('provideRequiredWithout')]
782
- public function testRequiredWithout(?string $field, ?string $check, bool $expected): void
+ public function testRequiredWithout(string $field, ?string $check, bool $expected): void
783
784
785
0 commit comments