Skip to content

Commit

Permalink
fix sniff Squiz.WhiteSpace.SuperfluousWhitespace reported by phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
gesinn-it-ilm committed Jun 12, 2024
1 parent 072bce4 commit b90d215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimpleTooltip.i18n.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function wfJsonI18nShimSimpleTooltip( $code, &$cachedData ) {
}
$cachedData['messages'] = array_merge( $data, $cachedData['messages'] );
}

$cachedData['deps'][] = new FileDependency( $fileName );
}
return true;
Expand Down

0 comments on commit b90d215

Please sign in to comment.