Skip to content

Commit

Permalink
Consistency with quotations
Browse files Browse the repository at this point in the history
  • Loading branch information
jspellman814 committed Apr 7, 2022
1 parent 09ed4e8 commit b5684a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php/pantheon/checks/plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ protected function getPluginVulnerability( $plugin_slug )


protected function getWpScanApiToken() {
if( !defined( "WPSCAN_API_TOKEN" ) ) {
if( !defined( 'WPSCAN_API_TOKEN' ) ) {
return false;
}
if( !defined( "PANTHEON_WPSCAN_ENVIRONMENTS" ) ) {
if( !defined( 'PANTHEON_WPSCAN_ENVIRONMENTS' ) ) {
return false;
}
$environments = explode( ',', PANTHEON_WPSCAN_ENVIRONMENTS );
Expand Down

0 comments on commit b5684a5

Please sign in to comment.