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 ( 7a98f7...0ef3fb )
by Brendan
04:39
created
symphony/lib/core/class.genericexceptionhandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -452,7 +452,7 @@
 block discarded – undo
452 452
          *
453 453
          * @param string $name
454 454
          *  Name of the template
455
-         * @return mixed
455
+         * @return string|false
456 456
          *  String, which is the path to the template if the template is found,
457 457
          *  false otherwise
458 458
          */
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
@@ -304,7 +304,7 @@  discard block
 block discarded – undo
304 304
          * This methods sets the `GenericExceptionHandler::$enabled` value to `true`.
305 305
          *
306 306
          * @see core.SymphonyErrorPage
307
-         * @param string|XMLElement $message
307
+         * @param string $message
308 308
          *  A description for this error, which can be provided as a string
309 309
          *  or as an XMLElement.
310 310
          * @param string $heading
@@ -690,7 +690,7 @@  discard block
 block discarded – undo
690 690
          * Accessor for the current `$Flash` instance.
691 691
          *
692 692
          * @since 3.0.0
693
-         * @return SessionFlash
693
+         * @return Session
694 694
          */
695 695
         public static function Flash()
696 696
         {
@@ -801,7 +801,7 @@  discard block
 block discarded – undo
801 801
          * Accessor for `self::$exception`.
802 802
          *
803 803
          * @since Symphony 2.3.2
804
-         * @return Exception|null
804
+         * @return Exception
805 805
          */
806 806
         public static function getException()
807 807
         {
Please login to merge, or discard this patch.
symphony/lib/toolkit/class.emailgateway.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -293,7 +293,7 @@
 block discarded – undo
293 293
          * function.
294 294
          *
295 295
          * @see toolkit.Field#commit()
296
-         * @return boolean
296
+         * @return boolean|null
297 297
          *  true if the commit was successful, false otherwise.
298 298
          */
299 299
         public function commit()
Please login to merge, or discard this patch.