GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — master ( 778fe0...14e612 )
by .
11s
created
src/Schema/Blueprint.php 1 patch
Doc Comments   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
     /**
36 36
      * Indicate that the table needs to be created.
37 37
      *
38
-     * @return bool
38
+     * @return boolean|null
39 39
      */
40 40
     public function create()
41 41
     {
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
     /**
48 48
      * Indicate that the collection should be dropped.
49 49
      *
50
-     * @return bool
50
+     * @return boolean|null
51 51
      */
52 52
     public function drop()
53 53
     {
@@ -59,8 +59,7 @@  discard block
 block discarded – undo
59 59
     /**
60 60
      * Specify an index for the collection.
61 61
      *
62
-     * @param string $column
63
-     * @param mixed  $options
62
+     * @param string $columns
64 63
      *
65 64
      * @return Blueprint
66 65
      */
Please login to merge, or discard this patch.