Skip to content

Commit

Permalink
Merge pull request #424 from sjinks/renovate/dev-deps
Browse files Browse the repository at this point in the history
chore(deps): update devdependencies (non-major)
  • Loading branch information
sjinks authored Mar 31, 2023
2 parents 52dd7c4 + 74c1c87 commit a30b1ca
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 30 deletions.
61 changes: 31 additions & 30 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 a30b1ca

Please sign in to comment.