We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e713b61 commit c1d8aadCopy full SHA for c1d8aad
Samples/login.php
@@ -38,7 +38,7 @@
38
* @param \Fhp\BaseAction $action Some action that requires strong authentication.
39
* @throws CurlException|UnexpectedResponseException|ServerException See {@link FinTs::execute()} for details.
40
*/
41
-function handleStrongAuthentication(Fhp\BaseAction $action)
+function handleStrongAuthentication(\Fhp\BaseAction $action)
42
{
43
global $fints;
44
if ($fints->getSelectedTanMode()->isDecoupled()) {
0 commit comments