Skip to content

Commit 0764cb9

Browse files
author
Paul Bearne
committed
Add return type declaration for data_iis7_rewrite_rule_exists() test method
1 parent c9396b9 commit 0764cb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/phpunit/tests/admin/includes/misc/iis7RewriteRuleExists.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function test_iis7_rewrite_rule_exists( $expected, $content ) {
5959
*
6060
* @return array<string, array{expected: bool, content: string}>
6161
*/
62-
public function data_iis7_rewrite_rule_exists() {
62+
public function data_iis7_rewrite_rule_exists(): array {
6363
return array(
6464
'Rule with name "wordpress" exists' => array(
6565
'expected' => true,

0 commit comments

Comments
 (0)