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 ( d1c731...ca9b69 )
by Axel
02:45
created
src/Manager/AttributeManager.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -69,7 +69,6 @@  discard block
 block discarded – undo
69 69
 
70 70
     /**
71 71
      * @param AbstractAttribute $attribute
72
-     * @param string $attributeType
73 72
      * @param object $user
74 73
      * @param object $object
75 74
      * @return mixed
@@ -108,7 +107,7 @@  discard block
 block discarded – undo
108 107
     /**
109 108
      * 
110 109
      * @param \PhpAbac\Model\EnvironmentAttribute $attribute
111
-     * @return mixed
110
+     * @return string
112 111
      */
113 112
     private function retrieveEnvironmentAttribute(EnvironmentAttribute $attribute) {
114 113
         return getenv($attribute->getVariableName());
Please login to merge, or discard this patch.