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
Pull Request — integration (#2604)
by Brendan
05:23
created
install/lib/InstallerPage.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -423,6 +423,9 @@
 block discarded – undo
423 423
             $this->Form->appendChild($Submit);
424 424
         }
425 425
 
426
+        /**
427
+         * @param string $message
428
+         */
426 429
         private function __appendError(array $codes, XMLElement &$element, $message = null)
427 430
         {
428 431
             if (is_null($message)) {
Please login to merge, or discard this patch.
symphony/lib/core/class.datetimeobj.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
          *
124 124
          * @since Symphony 2.2.4
125 125
          * @param string $name
126
-         * @return array|string|null
126
+         * @return string
127 127
          *  If `$name` is omitted this function returns array.
128 128
          *  If `$name` is not set, this fucntion returns `null`
129 129
          *  If `$name` is set, this function returns string
Please login to merge, or discard this patch.