Explorar el Código

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

AuthHelper Exception Fix on Store Credentials
Jordi Boggiano hace 10 años
padre
commit
8430a942e5
Se han modificado 1 ficheros con 1 adiciones y 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'
             );