Completed
Push — feature/add-actorId-to-managem... ( 5e3c34 )
by
unknown
02:01
created
src/Surfnet/StepupMiddlewareClient/Identity/Dto/RaCandidateSearchQuery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
     private $secondFactorTypes = [];
70 70
 
71 71
     /**
72
-     * @param string $institution
72
+     * @param string $actorInstitution
73 73
      * @param int    $pageNumber
74 74
      */
75 75
     public function __construct($actorId, $actorInstitution, $pageNumber)
Please login to merge, or discard this patch.
src/Surfnet/StepupMiddlewareClient/Identity/Dto/RaListingSearchQuery.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,6 @@  discard block
 block discarded – undo
59 59
     private $orderDirection = 'asc';
60 60
 
61 61
     /**
62
-     * @param string $institution
63 62
      * @param string $actorInstitution
64 63
      * @param int    $pageNumber
65 64
      */
@@ -131,6 +130,9 @@  discard block
 block discarded – undo
131 130
         return $this;
132 131
     }
133 132
 
133
+    /**
134
+     * @param string $parameterName
135
+     */
134 136
     private function assertNonEmptyString($value, $parameterName)
135 137
     {
136 138
         $message = sprintf(
Please login to merge, or discard this patch.