Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Hectorhammett committed May 29, 2024
1 parent 74d9bc3 commit c0ca065
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Credentials/GCECredentials.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,17 @@ class GCECredentials extends CredentialsLoader implements
/**
* The Windows Registry key path to the product name
*/
private const REGISTRY_KEY_PATH = "HKEY_LOCAL_MACHINE\\SYSTEM\\HardwareConfig\\Current\\";
private const REGISTRY_KEY_PATH = 'HKEY_LOCAL_MACHINE\\SYSTEM\\HardwareConfig\\Current\\';

/**
* The Windows registry key name for the product name
*/
private const REGISTRY_KEY_NAME = "SystemProductName";
private const REGISTRY_KEY_NAME = 'SystemProductName';

/**
* The Name of the product expected from the windows registry
*/
private const WINDOWS_PRODUCT_NAME = "Google Compute Engine";
private const WINDOWS_PRODUCT_NAME = 'Google Compute Engine';

private const CRED_TYPE = 'mds';

Expand Down

0 comments on commit c0ca065

Please sign in to comment.