We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67ef11 commit efb91f5Copy full SHA for efb91f5
src/Magento/FunctionalTestingFramework/DataGenerator/Handlers/SecretStorage/FileStorage.php
@@ -28,10 +28,10 @@ class FileStorage extends BaseStorage
28
*/
29
private function initialize(): void
30
{
31
- if (!$this->secretData) {
32
- $creds = $this->readInCredentialsFile();
33
- $this->secretData = $this->encryptCredFileContents($creds);
34
- }
+ if (!$this->secretData) {
+ $creds = $this->readInCredentialsFile();
+ $this->secretData = $this->encryptCredFileContents($creds);
+ }
35
}
36
37
/**
0 commit comments