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 ( b3be51...b8afeb )
by Bruno
02:43
created
lib/Doctrine/ORM/MetadataGrapher/YUMLMetadataGrapher.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -300,7 +300,7 @@
 block discarded – undo
300 300
      * @return string
301 301
      */
302 302
     private function makeDoubleClassString(ClassMetadata $class1, ClassMetadata $class2, $bidirectional, $isInverse,
303
-                                           $class2SideName, $class2Count, $class1SideName, $class1Count)
303
+                                            $class2SideName, $class2Count, $class1SideName, $class1Count)
304 304
     {
305 305
         return $this->getClassString($class1)
306 306
         . ($bidirectional ? ($isInverse ? '<' : '<>') : '') // class2 side arrow
Please login to merge, or discard this patch.