1
0
Fork 0

Updated AuthHelper to pass a null for maximum attempts to the IOInterface instead of false so an exception is not thrown by Symfony Question class.

pull/3988/head
Daum 2015-04-30 15:30:01 -04:00
parent bdb6ecb29e
commit aa4afbf49f
1 changed files with 1 additions and 1 deletions

View File

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