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.
Passed
Branch add-travisci (1d4444)
by milkmeowo
02:52
created
lib/AliyunMNS/Responses/BatchPeekMessageResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
         } catch (\Exception $e) {
51 51
             if ($exception != NULL) {
52 52
                 throw $exception;
53
-            } elseif($e instanceof MnsException) {
53
+            } elseif ($e instanceof MnsException) {
54 54
                 throw $e;
55 55
             } else {
56 56
                 throw new MnsException($statusCode, $e->getMessage());
Please login to merge, or discard this patch.
lib/AliyunMNS/Responses/DeleteQueueResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
         } catch (\Exception $e) {
51 51
             if ($exception != NULL) {
52 52
                 throw $exception;
53
-            } elseif($e instanceof MnsException) {
53
+            } elseif ($e instanceof MnsException) {
54 54
                 throw $e;
55 55
             } else {
56 56
                 throw new MnsException($statusCode, $e->getMessage());
Please login to merge, or discard this patch.
lib/AliyunMNS/Responses/PublishMessageResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
         } catch (\Exception $e) {
51 51
             if ($exception != NULL) {
52 52
                 throw $exception;
53
-            } elseif($e instanceof MnsException) {
53
+            } elseif ($e instanceof MnsException) {
54 54
                 throw $e;
55 55
             } else {
56 56
                 throw new MnsException($statusCode, $e->getMessage());
Please login to merge, or discard this patch.
lib/AliyunMNS/Responses/CreateQueueResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
         } catch (\Exception $e) {
51 51
             if ($exception != NULL) {
52 52
                 throw $exception;
53
-            } elseif($e instanceof MnsException) {
53
+            } elseif ($e instanceof MnsException) {
54 54
                 throw $e;
55 55
             } else {
56 56
                 throw new MnsException($statusCode, $e->getMessage());
Please login to merge, or discard this patch.
lib/AliyunMNS/Responses/DeleteTopicResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
         } catch (\Exception $e) {
51 51
             if ($exception != NULL) {
52 52
                 throw $exception;
53
-            } elseif($e instanceof MnsException) {
53
+            } elseif ($e instanceof MnsException) {
54 54
                 throw $e;
55 55
             } else {
56 56
                 throw new MnsException($statusCode, $e->getMessage());
Please login to merge, or discard this patch.
lib/AliyunMNS/Model/QueueAttributes.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -154,8 +154,7 @@
 block discarded – undo
154 154
                         if ($loggingEnabled == "True")
155 155
                         {
156 156
                             $loggingEnabled = True;
157
-                        }
158
-                        else
157
+                        } else
159 158
                         {
160 159
                             $loggingEnabled = False;
161 160
                         }
Please login to merge, or discard this patch.
lib/AliyunMNS/Requests/ListTopicRequest.php 1 patch
Braces   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -29,8 +29,7 @@  discard block
 block discarded – undo
29 29
         if ($retNum != NULL)
30 30
         {
31 31
             $this->setHeader("x-mns-ret-number", $retNum);
32
-        }
33
-        else
32
+        } else
34 33
         {
35 34
             $this->removeHeader("x-mns-ret-number");
36 35
         }
@@ -47,8 +46,7 @@  discard block
 block discarded – undo
47 46
         if ($prefix != NULL)
48 47
         {
49 48
             $this->setHeader("x-mns-prefix", $prefix);
50
-        }
51
-        else
49
+        } else
52 50
         {
53 51
             $this->removeHeader("x-mns-prefix");
54 52
         }
@@ -65,8 +63,7 @@  discard block
 block discarded – undo
65 63
         if ($marker != NULL)
66 64
         {
67 65
             $this->setHeader("x-mns-marker", $marker);
68
-        }
69
-        else
66
+        } else
70 67
         {
71 68
             $this->removeHeader("x-mns-marker");
72 69
         }
Please login to merge, or discard this patch.
lib/AliyunMNS/Requests/ListSubscriptionRequest.php 1 patch
Braces   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -29,8 +29,7 @@  discard block
 block discarded – undo
29 29
         if ($retNum != NULL)
30 30
         {
31 31
             $this->setHeader("x-mns-ret-number", $retNum);
32
-        }
33
-        else
32
+        } else
34 33
         {
35 34
             $this->removeHeader("x-mns-ret-number");
36 35
         }
@@ -47,8 +46,7 @@  discard block
 block discarded – undo
47 46
         if ($prefix != NULL)
48 47
         {
49 48
             $this->setHeader("x-mns-prefix", $prefix);
50
-        }
51
-        else
49
+        } else
52 50
         {
53 51
             $this->removeHeader("x-mns-prefix");
54 52
         }
@@ -65,8 +63,7 @@  discard block
 block discarded – undo
65 63
         if ($marker != NULL)
66 64
         {
67 65
             $this->setHeader("x-mns-marker", $marker);
68
-        }
69
-        else
66
+        } else
70 67
         {
71 68
             $this->removeHeader("x-mns-marker");
72 69
         }
Please login to merge, or discard this patch.