File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ use Spaze\SecurityTxt\Exceptions\SecurityTxtWarning;
1111use Spaze \SecurityTxt \Fields \SecurityTxtCanonical ;
1212use Spaze \SecurityTxt \Fields \SecurityTxtContact ;
1313use Spaze \SecurityTxt \Fields \SecurityTxtExpiresFactory ;
14+ use Spaze \SecurityTxt \Fields \SecurityTxtFieldValue ;
1415use Spaze \SecurityTxt \Fields \SecurityTxtPreferredLanguages ;
1516use Spaze \SecurityTxt \Fields \SecurityTxtUriField ;
1617use Spaze \SecurityTxt \Violations \SecurityTxtCanonicalNotHttps ;
@@ -176,7 +177,7 @@ final class SecurityTxtTest extends TestCase
176177
177178 /**
178179 * @param array<string, class-string<SecurityTxtSpecViolation>|null> $values
179- * @param class-string $fieldClass
180+ * @param class-string<SecurityTxtFieldValue> $fieldClass
180181 * @param callable(SecurityTxt): callable $addFactory
181182 * @param callable(SecurityTxt): (callable(): list<SecurityTxtUriField>) $getFieldFactory
182183 * @param callable $getValue
You can’t perform that action at this time.
0 commit comments