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.
parent
bdb6ecb29e
commit
aa4afbf49f
|
@ -45,7 +45,7 @@ class AuthHelper
|
|||
}
|
||||
throw new \RuntimeException('Please answer (y)es or (n)o');
|
||||
},
|
||||
false,
|
||||
null,
|
||||
'y'
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue