Skip to content

Commit

Permalink
Resolve issues found by Psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks authored Mar 31, 2023
1 parent 675f155 commit 74c1c87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/class-inputfactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public function input( array $args ): void {
self::get_attributes( $args ) // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- get_attributes() escapes its return value properly
);

/** @psalm-var HelpArgs $args */
self::render_help( $args );
}

Expand Down

0 comments on commit 74c1c87

Please sign in to comment.