Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 14d28c8

Browse files
committed
style: apply ECS
1 parent da2c611 commit 14d28c8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

lib/Auth/Process/ForceAup.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ public function __construct($config, $reserved)
9090
$this->perunFacilityVoShortNames = (string) $config[self::PERUN_FACILITY_VO_SHORT_NAMES_ATTR];
9191
}
9292

93-
/**
94-
* @param $request
95-
*/
9693
public function process(&$request)
9794
{
9895
assert(is_array($request));

lib/Disco.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ public static function buildContinueUrlWithoutIdPEntityId(
363363
/**
364364
* This method remove all AuthnContextClassRef which start with prefix from configuration.
365365
*
366-
* @param $state
366+
* @param mixed $state
367367
*/
368368
public function removeAuthContextClassRefWithPrefixes(&$state)
369369
{

0 commit comments

Comments
 (0)