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 — master (#2)
by VEBER
03:28
created
src/Document/Api.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
      *
62 62
      * @param string $name
63 63
      *
64
-     * @return this
64
+     * @return Api
65 65
      */
66 66
     public function setName($name)
67 67
     {
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
      *
86 86
      * @param sting $requestHost
87 87
      *
88
-     * @return this
88
+     * @return Api
89 89
      */
90 90
     public function setRequestHost($requestHost)
91 91
     {
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
      *
110 110
      * @param string $requestPath
111 111
      *
112
-     * @return this
112
+     * @return Api
113 113
      */
114 114
     public function setRequestPath($requestPath)
115 115
     {
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
133 133
      *
134 134
      * @param boolean $stripRequestPath
135 135
      *
136
-     * @return this
136
+     * @return Api
137 137
      */
138 138
     public function setStripRequestPath($stripRequestPath)
139 139
     {
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
      *
158 158
      * @param boolean $preserveHost
159 159
      *
160
-     * @return this
160
+     * @return Api
161 161
      */
162 162
     public function setPreserveHost($preserveHost)
163 163
     {
@@ -201,7 +201,7 @@  discard block
 block discarded – undo
201 201
     /**
202 202
      * get fields
203 203
      *
204
-     * @return array
204
+     * @return string[]
205 205
      */
206 206
     protected function getFields()
207 207
     {
Please login to merge, or discard this patch.
src/Document/Plugin.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
      *
44 44
      * @param string $name
45 45
      *
46
-     * @return this
46
+     * @return Plugin
47 47
      */
48 48
     public function setName($name)
49 49
     {
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
      *
68 68
      * @param string $consumerId
69 69
      *
70
-     * @return this
70
+     * @return Plugin
71 71
      */
72 72
     public function setConsumerId($consumerId)
73 73
     {
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
      * @param string $name
93 93
      * @param mixed $value
94 94
      *
95
-     * @return this
95
+     * @return Plugin
96 96
      */
97 97
     public function addConfig($name, $value)
98 98
     {
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
      *
111 111
      * @param string $name
112 112
      *
113
-     * @return this
113
+     * @return Plugin
114 114
      */
115 115
     public function removeConfig($name)
116 116
     {
@@ -136,7 +136,7 @@  discard block
 block discarded – undo
136 136
     /**
137 137
      * get fields
138 138
      *
139
-     * @return array
139
+     * @return string[]
140 140
      */
141 141
     protected function getFields()
142 142
     {
Please login to merge, or discard this patch.