Skip to content

Commit 471fb30

Browse files
Update tests/phpunit/tests/abilities-api/wpRegisterCoreAbilities.php
Co-authored-by: Weston Ruter <[email protected]>
1 parent e5a0c9d commit 471fb30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/abilities-api/wpRegisterCoreAbilities.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public function test_core_abilities_schemas_use_only_valid_keywords(): void {
210210
* Recursively validates that a schema only uses allowed keywords.
211211
*
212212
* @param array|null $schema The schema to validate.
213-
* @param array $allowed_keywords List of allowed schema keywords.
213+
* @param string[] $allowed_keywords List of allowed schema keywords.
214214
* @param string $context Context for error messages.
215215
*/
216216
private function assert_schema_uses_valid_keywords( $schema, array $allowed_keywords, string $context ): void {

0 commit comments

Comments
 (0)