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 — master ( e83fae...549b25 )
by Carlos
03:29
created
src/Miscellany/Curl.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
 	/**
35 35
 	 * Initialize
36 36
 	 * @param string $url
37
-	 * @return object
37
+	 * @return Curl
38 38
 	 */
39 39
 	public function init($url)
40 40
 	{
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
 	/**
49 49
 	 * Set option
50 50
 	 * @param  array  $options
51
-	 * @return object
51
+	 * @return Curl
52 52
 	 */
53 53
 	public function options(array $options)
54 54
 	{
Please login to merge, or discard this patch.