Completed
Push — master ( 67a09a...d1c17a )
by Paul
02:28
created
RegisterRequest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
     }
93 93
 
94 94
     /**
95
-     * @param mixed $challenge
95
+     * @param string $challenge
96 96
      * @return RegisterRequestInterface
97 97
      */
98 98
     public function setChallenge($challenge)
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
     }
111 111
 
112 112
     /**
113
-     * @param mixed $appId
113
+     * @param string $appId
114 114
      * @return RegisterRequestInterface
115 115
      */
116 116
     public function setAppId($appId)
Please login to merge, or discard this patch.