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

Commit dcd2b81

Browse files
committed
refactor: fix code by ECS
1 parent cd8d30b commit dcd2b81

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

lib/Auth/Process/ComputeLoA.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
* Class ComputeLoA
1212
*
1313
* Filter compute the LoA and save it to attribute defined by 'attrName' config property.
14-
*
15-
* @author Pavel Vyskocil <vyskocilpavel@muni.cz>
1614
*/
1715
class ComputeLoA extends \SimpleSAML\Auth\ProcessingFilter
1816
{

lib/Auth/Process/IsCesnetEligible.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
*
2626
* This class put the timestamp of last login into list of Attributes, when at least one value of attribute
2727
* 'eduPersonScopedAffiliation' is marked as isCesnetEligible in CESNET LDAP
28-
*
29-
* @author Pavel Vyskocil <vyskocilpavel@muni.cz>
3028
*/
3129
class IsCesnetEligible extends ProcessingFilter
3230
{

www/updateIsCesnetEligible.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
/**
66
* Script for updating IsCesnetEligible in Perun asynchronously
7-
*
8-
* @author Pavel Vyskocil <vyskocilpavel@muni.cz>
97
*/
108

119
use SimpleSAML\Error\Exception;

0 commit comments

Comments
 (0)