We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89eb58b commit 883cef0Copy full SHA for 883cef0
1 file changed
tests/phpunit/tests/general/paginateLinks.php
@@ -513,9 +513,10 @@ public function test_permalinks_without_trailing_slash_do_not_modify_query_strin
513
}
514
515
/**
516
- * Data provider for
517
- * - test_permalinks_without_trailing_slash_do_not_modify_query_strings
518
- * - test_permalinks_with_trailing_slash_do_not_modify_query_strings
+ * Data provider.
+ *
+ * @see self::test_permalinks_without_trailing_slash_do_not_modify_query_strings()
519
+ * @see self::test_permalinks_with_trailing_slash_do_not_modify_query_strings()
520
*
521
* @return array<string, array{ 0: string }> Data provider.
522
*/
0 commit comments