Skip to content

Commit d9ddc60

Browse files
committed
Fix coding style
1 parent 8fd961c commit d9ddc60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/src/Controller/CASTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use SimpleSAML\HTTP\RunnableResponse;
1313
use SimpleSAML\Module\cas\Auth\Source\CAS;
1414
use SimpleSAML\Module\cas\Controller;
15-
use Symfony\Component\HttpFoundation\Request;
15+
use Symfony\Component\HttpFoundation\{Request, Response};
1616

1717
/**
1818
* Set of tests for the controllers in the "cas" module.
@@ -180,7 +180,7 @@ public function __construct()
180180
//dummy
181181
}
182182

183-
public function authenticate(array &$state): void
183+
public function authenticate(Request $request, array &$state): Response
184184
{
185185
//dummy
186186
}

0 commit comments

Comments
 (0)