Completed
Push — feature/vetting-location ( b99bf0 )
by A.
06:15 queued 02:13
created
ApiBundle/Identity/Value/RegistrationAuthorityCredentials.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
     }
185 185
 
186 186
     /**
187
-     * @return string
187
+     * @return Location|null
188 188
      */
189 189
     public function getLocation()
190 190
     {
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
     }
193 193
 
194 194
     /**
195
-     * @return string
195
+     * @return ContactInformation|null
196 196
      */
197 197
     public function getContactInformation()
198 198
     {
Please login to merge, or discard this patch.