Skip to content

Commit f3ffa3d

Browse files
committed
Fix docblock
1 parent 1e494d2 commit f3ffa3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/SimpleSAML/Auth/ProcessingFilterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class AttributeAlterTest extends TestCase
2121
*
2222
* @param array $config The filter configuration.
2323
* @param array $request The request state.
24-
* @return \SimpleSAML\Auth\ProcessFilter.
24+
* @return \SimpleSAML\Auth\ProcessFilter
2525
*/
2626
private static function processFilter(array $config, array $request): AuthProcFilter
2727
{

0 commit comments

Comments
 (0)