Skip to content

Commit dbe51b3

Browse files
committed
Update ParameterTypeTest.php
1 parent 3c1d566 commit dbe51b3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/ParameterTypeTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ public function testApplyFilters(): void
9191
["Parameter #1 \$hook_name of function apply_filters expects non-empty-string, '' given.", 8],
9292
["Parameter #1 \$hook_name of function apply_filters_ref_array expects non-empty-string, '' given.", 9],
9393
["Parameter #1 \$hook_name of function apply_filters_deprecated expects non-empty-string, '' given.", 10],
94-
['Parameter #1 \$hook_name of function apply_filters expects non-empty-string, string given.', 13],
95-
['Parameter #1 \$hook_name of function apply_filters_ref_array expects non-empty-string, string given.', 14],
96-
['Parameter #1 \$hook_name of function apply_filters_deprecated expects non-empty-string, string given.', 15],
94+
['Parameter #1 $hook_name of function apply_filters expects non-empty-string, string given.', 13],
95+
['Parameter #1 $hook_name of function apply_filters_ref_array expects non-empty-string, string given.', 14],
96+
['Parameter #1 $hook_name of function apply_filters_deprecated expects non-empty-string, string given.', 15],
9797
]
9898
);
9999
}
@@ -147,9 +147,9 @@ public function testDoAction(): void
147147
["Parameter #1 \$hook_name of function do_action expects non-empty-string, '' given.", 8],
148148
["Parameter #1 \$hook_name of function do_action_ref_array expects non-empty-string, '' given.", 9],
149149
["Parameter #1 \$hook_name of function do_action_deprecated expects non-empty-string, '' given.", 10],
150-
['Parameter #1 \$hook_name of function do_action expects non-empty-string, string given.', 13],
151-
['Parameter #1 \$hook_name of function do_action_ref_array expects non-empty-string, string given.', 14],
152-
['Parameter #1 \$hook_name of function do_action_deprecated expects non-empty-string, string given.', 15],
150+
['Parameter #1 $hook_name of function do_action expects non-empty-string, string given.', 13],
151+
['Parameter #1 $hook_name of function do_action_ref_array expects non-empty-string, string given.', 14],
152+
['Parameter #1 $hook_name of function do_action_deprecated expects non-empty-string, string given.', 15],
153153
]
154154
);
155155
}

0 commit comments

Comments
 (0)