Completed
Push — feature/fga-sraa-authorization ( 287cf7 )
by Michiel
33:30
created
StepupMiddlewareClient/Identity/Dto/VerifiedSecondFactorSearchQuery.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,6 @@  discard block
 block discarded – undo
100 100
     }
101 101
 
102 102
     /**
103
-     * @param string $actorInstitution
104 103
      * @return VerifiedSecondFactorSearchQuery
105 104
      */
106 105
     public function setActorId($actorId)
@@ -112,6 +111,9 @@  discard block
 block discarded – undo
112 111
         return $this;
113 112
     }
114 113
 
114
+    /**
115
+     * @param string $name
116
+     */
115 117
     private function assertNonEmptyString($value, $name)
116 118
     {
117 119
         $message = sprintf(
Please login to merge, or discard this patch.