Completed
Branch master (ec3ffa)
by Michael
06:45
created
src/Console/Commands/MakeUser.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
      * Determine if the given email address already exists.
76 76
      *
77 77
      * @param  string  $email
78
-     * @return bool
78
+     * @return boolean|null
79 79
      *
80 80
      * @throws \Dyrynda\Artisan\Exceptions\MakeUserException
81 81
      */
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
      * Normalise the given (database) field input value.
113 113
      *
114 114
      * @param  mixed  $value
115
-     * @return mixed
115
+     * @return boolean|string
116 116
      */
117 117
     private function normaliseValue($value)
118 118
     {
Please login to merge, or discard this patch.
src/Exceptions/MakeUserException.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 {
9 9
     /**
10 10
      * The supplied email is invalid.
11
-
12 11
      * @param  string  $email
13 12
      * @return \Dyrynda\Artisan\Exceptions\MakeUserException
14 13
      */
Please login to merge, or discard this patch.