Completed
Push — master ( 937aca...3db53b )
by Elf
09:15 queued 06:58
created
src/Constants/Sex.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@  discard block
 block discarded – undo
26 26
     /**
27 27
      * Convert a sex string to int type.
28 28
      *
29
-     * @param  mixed  $string
30 29
      * @return int
31 30
      */
32 31
     public static function type($sex)
@@ -43,7 +42,7 @@  discard block
 block discarded – undo
43 42
     /**
44 43
      * All sex types.
45 44
      *
46
-     * @return int[]
45
+     * @return integer[]
47 46
      */
48 47
     public static function allTypes()
49 48
     {
Please login to merge, or discard this patch.
src/Exceptions/Handler.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@  discard block
 block discarded – undo
19 19
      *
20 20
      * This is a great spot to send exceptions to Sentry, Bugsnag, etc.
21 21
      *
22
-     * @param  \Exception  $exception
23 22
      * @return void
24 23
      */
25 24
     public function report(Exception $e)
@@ -194,7 +193,7 @@  discard block
 block discarded – undo
194 193
     /**
195 194
      * Create an API response.
196 195
      *
197
-     * @param  mixed  $message
196
+     * @param  string  $message
198 197
      * @param  int  $code
199 198
      * @param  \Exception  $e
200 199
      * @return \ElfSundae\Laravel\Api\Http\ApiResponse
Please login to merge, or discard this patch.