Skip to content

Commit c1d8aad

Browse files
committed
undo typo
1 parent e713b61 commit c1d8aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Samples/login.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* @param \Fhp\BaseAction $action Some action that requires strong authentication.
3939
* @throws CurlException|UnexpectedResponseException|ServerException See {@link FinTs::execute()} for details.
4040
*/
41-
function handleStrongAuthentication(Fhp\BaseAction $action)
41+
function handleStrongAuthentication(\Fhp\BaseAction $action)
4242
{
4343
global $fints;
4444
if ($fints->getSelectedTanMode()->isDecoupled()) {

0 commit comments

Comments
 (0)