@@ -64,7 +64,7 @@ |
||
64 | 64 | private $secondFactorTypes = []; |
65 | 65 | |
66 | 66 | /** |
67 | - * @param string $institution |
|
67 | + * @param string $actorInstitution |
|
68 | 68 | * @param int $pageNumber |
69 | 69 | */ |
70 | 70 | public function __construct($actorInstitution, $pageNumber) |
@@ -44,7 +44,7 @@ discard block |
||
44 | 44 | private $orderDirection = 'asc'; |
45 | 45 | |
46 | 46 | /** |
47 | - * @param string $institution |
|
47 | + * @param string $actorInstitution |
|
48 | 48 | * @param int $pageNumber |
49 | 49 | */ |
50 | 50 | public function __construct($actorInstitution, $pageNumber) |
@@ -87,6 +87,9 @@ discard block |
||
87 | 87 | return $this; |
88 | 88 | } |
89 | 89 | |
90 | + /** |
|
91 | + * @param string $parameterName |
|
92 | + */ |
|
90 | 93 | private function assertNonEmptyString($value, $parameterName) |
91 | 94 | { |
92 | 95 | $message = sprintf( |