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 cad424a commit 8aa7fd2Copy full SHA for 8aa7fd2
src/Magento/FunctionalTestingFramework/DataGenerator/Handlers/SecretStorage/FileStorage.php
@@ -101,7 +101,7 @@ private function encryptCredFileContents($credContents)
101
if (substr($credValue, 0, 1) === '#' || empty($credValue)) {
102
continue;
103
}
104
- elseif (is_bool(strpos($credValue, "="))){
+ elseif (strpos($credValue, "=") === false){
105
throw new TestFrameworkException(
106
$credValue." not configured correctly in .credentials file"
107
);
0 commit comments