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 — integration ( 02db51...9a9ecd )
by Brendan
06:02
created
symphony/lib/core/class.symphony.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -350,7 +350,7 @@  discard block
 block discarded – undo
350 350
      * Accessor for the current `$Flash` instance.
351 351
      *
352 352
      * @since 3.0.0
353
-     * @return SessionFlash
353
+     * @return Session
354 354
      */
355 355
     public static function Flash()
356 356
     {
@@ -732,7 +732,7 @@  discard block
 block discarded – undo
732 732
      * This methods sets the `GenericExceptionHandler::$enabled` value to `true`.
733 733
      *
734 734
      * @see core.SymphonyErrorPage
735
-     * @param string|XMLElement $message
735
+     * @param string $message
736 736
      *  A description for this error, which can be provided as a string
737 737
      *  or as an XMLElement.
738 738
      * @param string $heading
@@ -771,7 +771,7 @@  discard block
 block discarded – undo
771 771
      * Accessor for `self::$exception`.
772 772
      *
773 773
      * @since Symphony 2.3.2
774
-     * @return Exception|null
774
+     * @return Exception
775 775
      */
776 776
     public static function getException()
777 777
     {
@@ -990,7 +990,7 @@  discard block
 block discarded – undo
990 990
      * is not found, `false` is returned
991 991
      *
992 992
      * @since Symphony 2.3
993
-     * @return mixed
993
+     * @return string|false
994 994
      *  String, which is the path to the template if the template is found,
995 995
      *  false otherwise
996 996
      */
Please login to merge, or discard this patch.