Completed
Push — master ( ff4bf4...248761 )
by Martijn van
05:35 queued 03:18
created
code/Commands/Security/CreateMemberCommand.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,9 @@  discard block
 block discarded – undo
52 52
 
53 53
     /**
54 54
      * @param string$email
55
+     * @param string $email
55 56
      *
56
-     * @return DataObject
57
+     * @return boolean
57 58
      */
58 59
     protected function emailExists($email)
59 60
     {
@@ -63,7 +64,7 @@  discard block
 block discarded – undo
63 64
     /**
64 65
      * Get the desired email from the input.
65 66
      *
66
-     * @return bool|string
67
+     * @return false|string
67 68
      */
68 69
     protected function getValidEmailInput()
69 70
     {
Please login to merge, or discard this patch.