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 — develop (#145)
by
unknown
09:16 queued 03:08
created
system/database/drivers/pdo/subdrivers/pdo_ibm_driver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
 	 * @param	mixed	alias name or array of alias->field_id pairs
62 62
 	 * @param	string	field_id if alias name was passed in
63 63
 	 * @param	bool
64
-	 * @return	array
64
+	 * @return	string
65 65
 	 */
66 66
 	function smiley_js($alias = '', $field_id = '', $inline = TRUE)
67 67
 	{
Please login to merge, or discard this patch.
system/database/drivers/pdo/subdrivers/pdo_pgsql_driver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -483,7 +483,7 @@
 block discarded – undo
483 483
 	 * @param	string	$orderby
484 484
 	 * @param	string	$direction	ASC, DESC or RANDOM
485 485
 	 * @param	bool	$escape
486
-	 * @return	object
486
+	 * @return	CI_DB_query_builder
487 487
 	 */
488 488
 	public function order_by($orderby, $direction = '', $escape = NULL)
489 489
 	{
Please login to merge, or discard this patch.
system/libraries/Session/Session.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -711,7 +711,6 @@  discard block
 block discarded – undo
711 711
 	 *
712 712
 	 * Legacy CI_Session compatibility method
713 713
 	 *
714
-	 * @param	mixed	$data	Session data key(s)
715 714
 	 * @return	void
716 715
 	 */
717 716
 	public function unset_userdata($key)
@@ -879,7 +878,6 @@  discard block
 block discarded – undo
879 878
 	 *
880 879
 	 * Legacy CI_Session compatibility method
881 880
 	 *
882
-	 * @param	mixed	$data	Session data key(s)
883 881
 	 * @return	void
884 882
 	 */
885 883
 	public function unset_tempdata($key)
Please login to merge, or discard this patch.