File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -30,23 +30,21 @@ final class FactoriesFunctionArgumentTypeRuleTest extends RuleTestCase
3030{
3131 use AdditionalConfigFilesTrait;
3232
33- private bool $ checkArgumentTypeOfConfig ;
3433 private bool $ checkArgumentTypeOfModel ;
3534
3635 protected function setUp (): void
3736 {
3837 parent ::setUp ();
3938
40- $ this ->checkArgumentTypeOfConfig = true ;
41- $ this ->checkArgumentTypeOfModel = true ;
39+ $ this ->checkArgumentTypeOfModel = true ;
4240 }
4341
4442 protected function getRule (): Rule
4543 {
4644 return new FactoriesFunctionArgumentTypeRule (
4745 self ::createReflectionProvider (),
4846 self ::getContainer ()->getByType (FactoriesReturnTypeHelper::class),
49- $ this -> checkArgumentTypeOfConfig ,
47+ true ,
5048 $ this ->checkArgumentTypeOfModel ,
5149 );
5250 }
You can’t perform that action at this time.
0 commit comments