Completed
Push — master ( 7fa98e...01e874 )
by Dan Michael O.
02:23
created
src/Users/User.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -42,6 +42,9 @@
 block discarded – undo
42 42
         return $this->data;
43 43
     }
44 44
 
45
+    /**
46
+     * @param string $id_type
47
+     */
45 48
     public function getIdOfType($id_type)
46 49
     {
47 50
         foreach ($this->user_identifier as $identifier) {
Please login to merge, or discard this patch.