Skip to content

Commit 9532b95

Browse files
author
Paul Bearne
committed
Declare return type for data_got_mod_rewrite() in unit test.
1 parent 1f73812 commit 9532b95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function test_got_mod_rewrite( $expected, $apache_loaded, $filter_value =
5656
* filter_value: bool|null,
5757
* }>
5858
*/
59-
public function data_got_mod_rewrite() {
59+
public function data_got_mod_rewrite(): array {
6060
return array(
6161
'Default behavior (should match filter or internal check)' => array(
6262
'expected' => true,

0 commit comments

Comments
 (0)