Completed
Push — feature/fine-grained-authoriza... ( 54dbb3...d33562 )
by
unknown
15:17 queued 15:14
created
src/Surfnet/StepupMiddlewareClient/Identity/Dto/IdentitySearchQuery.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -58,6 +58,10 @@
 block discarded – undo
58 58
         return $this;
59 59
     }
60 60
 
61
+    /**
62
+     * @param string $value
63
+     * @param string $name
64
+     */
61 65
     private function assertNonEmptyString($value, $name)
62 66
     {
63 67
         $message = sprintf(
Please login to merge, or discard this patch.