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