File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ public static function getThreeCharactersWithWhitespaces()
117117 }
118118
119119 #[DataProvider('getFiveOrMoreCharacters ' )]
120- public function testValidValuesMin (int |string $ value )
120+ public function testValidValuesMin (int |string $ value, int $ valueLength )
121121 {
122122 $ constraint = new Length (min: 5 );
123123 $ this ->validator ->validate ($ value , $ constraint );
@@ -126,7 +126,7 @@ public function testValidValuesMin(int|string $value)
126126 }
127127
128128 #[DataProvider('getThreeOrLessCharacters ' )]
129- public function testValidValuesMax (int |string $ value )
129+ public function testValidValuesMax (int |string $ value, int $ valueLength )
130130 {
131131 $ constraint = new Length (max: 3 );
132132 $ this ->validator ->validate ($ value , $ constraint );
You can’t perform that action at this time.
0 commit comments