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
symphony/lib/core/class.genericexceptionhandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -418,7 +418,7 @@
 block discarded – undo
418 418
      *
419 419
      * @param string $name
420 420
      *  Name of the template
421
-     * @return mixed
421
+     * @return string|false
422 422
      *  String, which is the path to the template if the template is found,
423 423
      *  false otherwise
424 424
      */
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.