Skip to content

Commit 5156599

Browse files
committed
Fix
1 parent dc0187b commit 5156599

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ function apply_filters( string $hook, mixed $value, mixed ...$args ): mixed {
510510
*
511511
* @return null
512512
*/
513-
function __return_null(): null {
513+
function __return_null() {
514514
return null;
515515
}
516516
}

0 commit comments

Comments
 (0)