Completed
Push — master ( d90ccc...f801b7 )
by
unknown
01:33
created
Surfnet/StepupMiddlewareClient/Identity/Dto/RaSecondFactorExportQuery.php 1 patch
Doc Comments   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -91,8 +91,7 @@  discard block
 block discarded – undo
91 91
     }
92 92
 
93 93
     /**
94
-     * @param string $actorInstitution
95
-     * @return VerifiedSecondFactorSearchQuery
94
+     * @return RaSecondFactorExportQuery
96 95
      */
97 96
     public function setActorId($actorId)
98 97
     {
@@ -253,6 +252,9 @@  discard block
 block discarded – undo
253 252
         $this->orderDirection = $orderDirection ?: null;
254 253
     }
255 254
 
255
+    /**
256
+     * @param string $name
257
+     */
256 258
     private function assertNonEmptyString($value, $name)
257 259
     {
258 260
         $message = sprintf(
Please login to merge, or discard this patch.
Surfnet/StepupMiddlewareClient/Identity/Dto/RaSecondFactorSearchQuery.php 1 patch
Doc Comments   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -101,8 +101,7 @@  discard block
 block discarded – undo
101 101
     }
102 102
 
103 103
     /**
104
-     * @param string $actorInstitution
105
-     * @return VerifiedSecondFactorSearchQuery
104
+     * @return RaSecondFactorSearchQuery
106 105
      */
107 106
     public function setActorId($actorId)
108 107
     {
@@ -245,6 +244,9 @@  discard block
 block discarded – undo
245 244
         $this->orderDirection = $orderDirection ?: null;
246 245
     }
247 246
 
247
+    /**
248
+     * @param string $name
249
+     */
248 250
     private function assertNonEmptyString($value, $name)
249 251
     {
250 252
         $message = sprintf(
Please login to merge, or discard this patch.