Completed
Push — release-2.x ( 2786f8...1b447e )
by
unknown
01:49
created
Surfnet/StepupMiddlewareClient/Identity/Dto/RaSecondFactorExportQuery.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -212,6 +212,10 @@
 block discarded – undo
212 212
         $this->orderDirection = $orderDirection ?: null;
213 213
     }
214 214
 
215
+    /**
216
+     * @param string|null $value
217
+     * @param string $name
218
+     */
215 219
     private function assertNonEmptyString($value, $name)
216 220
     {
217 221
         $message = sprintf(
Please login to merge, or discard this patch.