Skip to content

Commit

Permalink
Avoid PHPCS UndefinedVariable error
Browse files Browse the repository at this point in the history
  • Loading branch information
DAreRodz committed Sep 18, 2024
1 parent e7ca8e5 commit 580aba6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
* HTML for testing the getServerState() function.
*
* @package gutenberg-test-interactive-blocks
*
* @phpcs:disable VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable
*/

if ( isset( $attributes['state'] ) ) {
Expand Down

0 comments on commit 580aba6

Please sign in to comment.