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 (#139)
by Gwenaël
07:17 queued 01:29
created
system/database/drivers/ibase/ibase_forge.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
 	 * Create database
78 78
 	 *
79 79
 	 * @param	string	$db_name
80
-	 * @return	string
80
+	 * @return	boolean
81 81
 	 */
82 82
 	public function create_database($db_name)
83 83
 	{
Please login to merge, or discard this patch.
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.