Skip to content

Commit

Permalink
Fixes Squiz.WhiteSpace.SuperfluousWhitespace.EndLine lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ibndawood committed May 9, 2024
1 parent 701de6e commit 4107a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/php/compat-checker/src/Checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function is_compatible( $plugin_file_path, $file_version ) {
];
$plugin_data = $this->get_plugin_data( $plugin_file_path, $file_version );
$plugin_basename = plugin_basename( $plugin_file_path );

// Remove dismissable notices on plugin deactivation.
register_deactivation_hook(
$plugin_file_path,
Expand Down

0 comments on commit 4107a87

Please sign in to comment.