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.
Test Failed
Push — master ( 28dc83...bd6e9e )
by sunsky
02:37 queued 19s
created
src/Http.php 2 patches
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -47,11 +47,11 @@
 block discarded – undo
47 47
 
48 48
 	abstract function trace($uri, array $options = array());
49 49
 
50
-    /**
51
-     * @param $method
52
-     * @return bool
53
-     */
54
-    public static function hasBody($method){
55
-        return in_array($method, array(self::POST, self::PUT, self::PATCH, self::OPTIONS));
56
-    }
50
+	/**
51
+	 * @param $method
52
+	 * @return bool
53
+	 */
54
+	public static function hasBody($method){
55
+		return in_array($method, array(self::POST, self::PUT, self::PATCH, self::OPTIONS));
56
+	}
57 57
 }
58 58
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
      * @param $method
52 52
      * @return bool
53 53
      */
54
-    public static function hasBody($method){
54
+    public static function hasBody($method) {
55 55
         return in_array($method, array(self::POST, self::PUT, self::PATCH, self::OPTIONS));
56 56
     }
57 57
 }
58 58
\ No newline at end of file
Please login to merge, or discard this patch.