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 ( c43b9e...d090b4 )
by Bruno
02:46
created
Onurb/Doctrine/ORMMetadataGrapher/YumlMetadataGrapher/StringGenerator.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -145,6 +145,10 @@
 block discarded – undo
145 145
         );
146 146
     }
147 147
 
148
+    /**
149
+     * @param boolean $isInverse
150
+     * @param string|null $reverseAssociationName
151
+     */
148 152
     private function isBidirectional(
149 153
         $reverseAssociationName,
150 154
         $isInverse,
Please login to merge, or discard this patch.