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.
Test Setup Failed
Push — master ( c4a5a0...da5fbd )
by Albert
06:11 queued 11s
created
src/DbExporter/Commands/GeneratorCommand.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -32,6 +32,9 @@  discard block
 block discarded – undo
32 32
 
33 33
 //end getDatabaseName()
34 34
 
35
+    /**
36
+     * @param string $title
37
+     */
35 38
     protected function blockMessage($title, $message, $style = 'info')
36 39
     {
37 40
         // Symfony style block messages
@@ -46,6 +49,9 @@  discard block
 block discarded – undo
46 49
 
47 50
 //end blockMessage()
48 51
 
52
+    /**
53
+     * @param string $message
54
+     */
49 55
     protected function sectionMessage($title, $message)
50 56
     {
51 57
         $formatter = $this->getHelperSet()->get('formatter');
@@ -86,6 +92,9 @@  discard block
 block discarded – undo
86 92
 
87 93
 //end getOptions()
88 94
 
95
+    /**
96
+     * @param string $action
97
+     */
89 98
     protected function fireAction($action, $database)
90 99
     {
91 100
         // Grab the options
Please login to merge, or discard this patch.
src/DbExporter/DbSeeding.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
     /**
129 129
      * Compile the current seedingStub with the seed template.
130 130
      *
131
-     * @return mixed
131
+     * @return string
132 132
      */
133 133
     protected function compile($table)
134 134
     {
Please login to merge, or discard this patch.