Skip to content

Commit

Permalink
Merge pull request #2192 from skaut/dependabot/composer/wp-coding-sta…
Browse files Browse the repository at this point in the history
…ndards/wpcs-3.0.1

Build(deps-dev): Bump wp-coding-standards/wpcs from 3.0.0 to 3.0.1
  • Loading branch information
marekdedic authored Sep 14, 2023
2 parents 764f4eb + 2aed519 commit 3e0492e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions composer.lock

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

2 changes: 1 addition & 1 deletion src/php/class-api-facade.php
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ private static function list_files( $parent_id, $fields, $order_by, $pagination_
'permissions' => array( 'type', 'role' ),
)
) ) {
// phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped
// phpcs:disable WordPress.Security.EscapeOutput.ExceptionNotEscaped
throw new Unsupported_Value_Exception( $fields, 'list_files' );
}

Expand Down

0 comments on commit 3e0492e

Please sign in to comment.