Skip to content

Commit

Permalink
Fixes Generic.Arrays.DisallowLongArraySyntax.Found lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ibndawood committed May 9, 2024
1 parent 4107a87 commit f6d53ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/php/compat-checker/src/Checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ public function is_compatible( $plugin_file_path, $file_version ) {
// Remove dismissable notices on plugin deactivation.
register_deactivation_hook(
$plugin_file_path,
array(
[
WCCompatibility::instance( $plugin_basename ),
'remove_dismissable_notices',
)
]
);

// Run all compatibility checks.
Expand Down

0 comments on commit f6d53ec

Please sign in to comment.