Skip to content

Commit 47673a6

Browse files
committed
Fix an indentation
1 parent 2390835 commit 47673a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visitor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ static function (Node $node): bool {
10471047
continue;
10481048
}
10491049
$args = $stmt->expr->getArgs();
1050-
// If wp_die is called without 3rd parameter, it's return type never.
1050+
// If wp_die is called without 3rd parameter, it's return type never.
10511051
if (count($args) < 3) {
10521052
return 'never';
10531053
}

0 commit comments

Comments
 (0)