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
04:35
created
install/lib/Installer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
     /**
76 76
      * Overrides the default `initialiseLog()` method and writes logs to  `manifest/logs/install`
77 77
      *
78
-     * @param null $filename
78
+     * @param string $filename
79 79
      * @return boolean|void
80 80
      * @throws Exception
81 81
      */
Please login to merge, or discard this patch.
install/lib/InstallerPage.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -141,6 +141,9 @@
 block discarded – undo
141 141
         }
142 142
     }
143 143
 
144
+    /**
145
+     * @param string $message
146
+     */
144 147
     private function __appendError(array $codes, XMLElement &$element, $message = null)
145 148
     {
146 149
         if (is_null($message)) {
Please login to merge, or discard this patch.
symphony/lib/core/class.symphony.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -306,7 +306,7 @@  discard block
 block discarded – undo
306 306
      * This methods sets the `GenericExceptionHandler::$enabled` value to `true`.
307 307
      *
308 308
      * @see core.SymphonyErrorPage
309
-     * @param string|XMLElement $message
309
+     * @param string $message
310 310
      *  A description for this error, which can be provided as a string
311 311
      *  or as an XMLElement.
312 312
      * @param string $heading
@@ -692,7 +692,7 @@  discard block
 block discarded – undo
692 692
      * Accessor for the current `$Flash` instance.
693 693
      *
694 694
      * @since 3.0.0
695
-     * @return SessionFlash
695
+     * @return Session
696 696
      */
697 697
     public static function Flash()
698 698
     {
@@ -803,7 +803,7 @@  discard block
 block discarded – undo
803 803
      * Accessor for `self::$exception`.
804 804
      *
805 805
      * @since Symphony 2.3.2
806
-     * @return Exception|null
806
+     * @return Exception
807 807
      */
808 808
     public static function getException()
809 809
     {
Please login to merge, or discard this patch.