Completed
Push — develop ( fe8037...d3bd6d )
by
unknown
05:36 queued 04:03
created
Surfnet/StepupMiddlewareClient/Identity/Dto/RaSecondFactorSearchQuery.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
 
95 95
     /**
96 96
      * @param string $actorId
97
-     * @return VerifiedSecondFactorSearchQuery
97
+     * @return RaSecondFactorSearchQuery
98 98
      */
99 99
     public function setActorId($actorId)
100 100
     {
@@ -237,6 +237,10 @@  discard block
 block discarded – undo
237 237
         $this->orderDirection = $orderDirection ?: null;
238 238
     }
239 239
 
240
+    /**
241
+     * @param string|null $value
242
+     * @param string $name
243
+     */
240 244
     private function assertNonEmptyString($value, $name)
241 245
     {
242 246
         $message = sprintf(
Please login to merge, or discard this patch.
StepupMiddlewareClientBundle/Identity/Service/RaCandidateService.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,6 @@
 block discarded – undo
70 70
 
71 71
     /**
72 72
      * @param string $identityId
73
-     * @param string $institution
74 73
      * @param string $actorId
75 74
      * @return RaCandidateInstitutions
76 75
      */
Please login to merge, or discard this patch.
Surfnet/StepupMiddlewareClientBundle/Identity/Service/RaListingService.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,6 @@
 block discarded – undo
53 53
     /**
54 54
      * @param string $id
55 55
      * @param string $institution
56
-     * @param string $actorInstitution
57 56
      * @param string $actorId
58 57
      * @return null|RaListing
59 58
      */
Please login to merge, or discard this patch.