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 ( 8b034b...b09e0d )
by Gabriel
07:03
created
src/application/Modules/Admin/Forms/Traits/FieldFormTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
     }
59 59
 
60 60
     /**
61
-     * @return bool
61
+     * @return integer
62 62
      */
63 63
     protected function hasListingFlags()
64 64
     {
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
     abstract public function getModelManager();
88 88
 
89 89
     /**
90
-     * @return bool
90
+     * @return integer
91 91
      */
92 92
     protected function hasFilterFlags()
93 93
     {
Please login to merge, or discard this patch.
tests/fixtures/Application/Models/Fields/FormField.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     use FormFieldTrait;
16 16
 
17 17
     /**
18
-     * @return AbstractTypeTrait
18
+     * @return string
19 19
      */
20 20
     public function getType()
21 21
     {
Please login to merge, or discard this patch.