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 ( 45cc9f...98bc42 )
by Brendan
05:52
created
symphony/lib/boot/func.utilities.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
  *
74 74
  * @param string $name
75 75
  *  The name of the value to retrieve
76
- * @return mixed
76
+ * @return string
77 77
  *  The value, is it exists
78 78
  */
79 79
 function server_safe($name)
@@ -106,7 +106,7 @@  discard block
 block discarded – undo
106 106
  *
107 107
  *  @param string $action (optional)
108 108
  *  @param integer $start_time (optional)
109
- *  @return integer
109
+ *  @return double
110 110
  */
111 111
 function precision_timer($action = 'start', $start_time = null)
112 112
 {
Please login to merge, or discard this patch.
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
@@ -377,7 +377,7 @@  discard block
 block discarded – undo
377 377
      * Accessor for the current `$Flash` instance.
378 378
      *
379 379
      * @since 3.0.0
380
-     * @return SessionFlash
380
+     * @return Session
381 381
      */
382 382
     public static function Flash()
383 383
     {
@@ -758,7 +758,7 @@  discard block
 block discarded – undo
758 758
      * This methods sets the `GenericExceptionHandler::$enabled` value to `true`.
759 759
      *
760 760
      * @see core.SymphonyErrorPage
761
-     * @param string|XMLElement $message
761
+     * @param string $message
762 762
      *  A description for this error, which can be provided as a string
763 763
      *  or as an XMLElement.
764 764
      * @param string $heading
@@ -797,7 +797,7 @@  discard block
 block discarded – undo
797 797
      * Accessor for `self::$exception`.
798 798
      *
799 799
      * @since Symphony 2.3.2
800
-     * @return Exception|null
800
+     * @return Exception
801 801
      */
802 802
     public static function getException()
803 803
     {
Please login to merge, or discard this patch.