Completed
Pull Request — develop (#285)
by
unknown
02:16
created
src/Surfnet/Stepup/Identity/Value/U2fKeyHandle.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -40,6 +40,9 @@
 block discarded – undo
40 40
         return new self(self::UNKNOWN);
41 41
     }
42 42
 
43
+    /**
44
+     * @param string $value
45
+     */
43 46
     public function __construct($value)
44 47
     {
45 48
         if ($value === self::UNKNOWN) {
Please login to merge, or discard this patch.