Explorar o código

Merge pull request #3988 from daum/authhelper-ask-and-validate-error-3987

AuthHelper Exception Fix on Store Credentials
Jordi Boggiano %!s(int64=10) %!d(string=hai) anos
pai
achega
8430a942e5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Composer/Util/AuthHelper.php

+ 1 - 1
src/Composer/Util/AuthHelper.php

@@ -45,7 +45,7 @@ class AuthHelper
                     }
                     throw new \RuntimeException('Please answer (y)es or (n)o');
                 },
-                false,
+                null,
                 'y'
             );