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 ( 002ab3...f4053f )
by sunsky
03:32
created
src/MultiRequest.php 7 patches
Doc Comments   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -121,7 +121,4 @@
 block discarded – undo
121 121
         curl_multi_close(self::$multiHandler);
122 122
         self::$requestPool = array();
123 123
         self::$multiHandler = null;
124
-        return $return;
125
-    }
126
-
127
-}
124
+        return $return
128 125
\ No newline at end of file
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -121,7 +121,4 @@
 block discarded – undo
121 121
         curl_multi_close(self::$multiHandler);
122 122
         self::$requestPool = array();
123 123
         self::$multiHandler = null;
124
-        return $return;
125
-    }
126
-
127
-}
124
+        return $return
128 125
\ No newline at end of file
Please login to merge, or discard this patch.
Indentation   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -121,7 +121,4 @@
 block discarded – undo
121 121
         curl_multi_close(self::$multiHandler);
122 122
         self::$requestPool = array();
123 123
         self::$multiHandler = null;
124
-        return $return;
125
-    }
126
-
127
-}
124
+        return $return
128 125
\ No newline at end of file
Please login to merge, or discard this patch.
Switch Indentation   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -121,7 +121,4 @@
 block discarded – undo
121 121
         curl_multi_close(self::$multiHandler);
122 122
         self::$requestPool = array();
123 123
         self::$multiHandler = null;
124
-        return $return;
125
-    }
126
-
127
-}
124
+        return $return
128 125
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +2 added lines, -5 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
  */
16 16
 class MultiRequest
17 17
 {
18
-<<<<<<< HEAD
18
+<< << <<< HEAD
19 19
 =======
20 20
     /**
21 21
      * @var [Response]
@@ -121,7 +121,4 @@  discard block
 block discarded – undo
121 121
         curl_multi_close(self::$multiHandler);
122 122
         self::$requestPool = array();
123 123
         self::$multiHandler = null;
124
-        return $return;
125
-    }
126
-
127
-}
124
+        return $return
128 125
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -121,7 +121,4 @@
 block discarded – undo
121 121
         curl_multi_close(self::$multiHandler);
122 122
         self::$requestPool = array();
123 123
         self::$multiHandler = null;
124
-        return $return;
125
-    }
126
-
127
-}
124
+        return $return
128 125
\ No newline at end of file
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -121,7 +121,4 @@
 block discarded – undo
121 121
         curl_multi_close(self::$multiHandler);
122 122
         self::$requestPool = array();
123 123
         self::$multiHandler = null;
124
-        return $return;
125
-    }
126
-
127
-}
124
+        return $return
128 125
\ No newline at end of file
Please login to merge, or discard this patch.
src/Request.php 7 patches
Doc Comments   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -683,9 +683,4 @@
 block discarded – undo
683 683
     {
684 684
         if ($response->hasErrors()) {
685 685
             self::$logger->error($response->request->getURI() . "\t" . $response->error, array(
686
-                'response' => print_r($response, 1),
687
-            ));
688
-        }
689
-
690
-    }
691
-}
686
+                'response' => print_r($response
692 687
\ No newline at end of file
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -683,9 +683,4 @@
 block discarded – undo
683 683
     {
684 684
         if ($response->hasErrors()) {
685 685
             self::$logger->error($response->request->getURI() . "\t" . $response->error, array(
686
-                'response' => print_r($response, 1),
687
-            ));
688
-        }
689
-
690
-    }
691
-}
686
+                'response' => print_r($response
692 687
\ No newline at end of file
Please login to merge, or discard this patch.
Indentation   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -683,9 +683,4 @@
 block discarded – undo
683 683
     {
684 684
         if ($response->hasErrors()) {
685 685
             self::$logger->error($response->request->getURI() . "\t" . $response->error, array(
686
-                'response' => print_r($response, 1),
687
-            ));
688
-        }
689
-
690
-    }
691
-}
686
+                'response' => print_r($response
692 687
\ No newline at end of file
Please login to merge, or discard this patch.
Switch Indentation   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -683,9 +683,4 @@
 block discarded – undo
683 683
     {
684 684
         if ($response->hasErrors()) {
685 685
             self::$logger->error($response->request->getURI() . "\t" . $response->error, array(
686
-                'response' => print_r($response, 1),
687
-            ));
688
-        }
689
-
690
-    }
691
-}
686
+                'response' => print_r($response
692 687
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +2 added lines, -7 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
 
16 16
 class Request extends Http
17 17
 {
18
-<<<<<<< HEAD
18
+<< << <<< HEAD
19 19
     const MAX_REDIRECTS_DEFAULT = 10;
20 20
 =======
21 21
     /**
@@ -683,9 +683,4 @@  discard block
 block discarded – undo
683 683
     {
684 684
         if ($response->hasErrors()) {
685 685
             self::$logger->error($response->request->getURI() . "\t" . $response->error, array(
686
-                'response' => print_r($response, 1),
687
-            ));
688
-        }
689
-
690
-    }
691
-}
686
+                'response' => print_r($response
692 687
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -683,9 +683,4 @@
 block discarded – undo
683 683
     {
684 684
         if ($response->hasErrors()) {
685 685
             self::$logger->error($response->request->getURI() . "\t" . $response->error, array(
686
-                'response' => print_r($response, 1),
687
-            ));
688
-        }
689
-
690
-    }
691
-}
686
+                'response' => print_r($response
692 687
\ No newline at end of file
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -683,9 +683,4 @@
 block discarded – undo
683 683
     {
684 684
         if ($response->hasErrors()) {
685 685
             self::$logger->error($response->request->getURI() . "\t" . $response->error, array(
686
-                'response' => print_r($response, 1),
687
-            ));
688
-        }
689
-
690
-    }
691
-}
686
+                'response' => print_r($response
692 687
\ No newline at end of file
Please login to merge, or discard this patch.
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.