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 ( bbd300...d1c314 )
by
unknown
10s
created
lib/Model/Result/WebHostReportEntry.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
     }
135 135
 
136 136
     /**
137
-     * @return int
137
+     * @return string
138 138
      */
139 139
     public function getOrderStatus()
140 140
     {
Please login to merge, or discard this patch.
lib/Model/Result/WebHostReportEntryItem.php 1 patch
Doc Comments   +21 added lines, -21 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
 
124 124
     /**
125 125
      * @param int $rowNumber
126
-     * @return WebHostReportEntry
126
+     * @return WebHostReportEntryItem
127 127
      */
128 128
     public function setRowNumber($rowNumber)
129 129
     {
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
 
142 142
     /**
143 143
      * @param string $type
144
-     * @return WebHostReportEntry
144
+     * @return WebHostReportEntryItem
145 145
      */
146 146
     public function setType($type)
147 147
     {
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
 
160 160
     /**
161 161
      * @param string $domain
162
-     * @return WebHostReportEntry
162
+     * @return WebHostReportEntryItem
163 163
      */
164 164
     public function setDomain($domain)
165 165
     {
@@ -177,7 +177,7 @@  discard block
 block discarded – undo
177 177
 
178 178
     /**
179 179
      * @param string $additionalDomain
180
-     * @return WebHostReportEntry
180
+     * @return WebHostReportEntryItem
181 181
      */
182 182
     public function setAdditionalDomain($additionalDomain)
183 183
     {
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
 
196 196
     /**
197 197
      * @param string $mdcDomainNames
198
-     * @return WebHostReportEntry
198
+     * @return WebHostReportEntryItem
199 199
      */
200 200
     public function setMdcDomainNames($mdcDomainNames)
201 201
     {
@@ -213,7 +213,7 @@  discard block
 block discarded – undo
213 213
 
214 214
     /**
215 215
      * @param string $status
216
-     * @return WebHostReportEntry
216
+     * @return WebHostReportEntryItem
217 217
      */
218 218
     public function setStatus($status)
219 219
     {
@@ -231,7 +231,7 @@  discard block
 block discarded – undo
231 231
 
232 232
     /**
233 233
      * @param \DateTime $lastStatusChange
234
-     * @return WebHostReportEntry
234
+     * @return WebHostReportEntryItem
235 235
      */
236 236
     public function setLastStatusChange($lastStatusChange)
237 237
     {
@@ -253,7 +253,7 @@  discard block
 block discarded – undo
253 253
 
254 254
     /**
255 255
      * @param \DateTime $notBefore
256
-     * @return WebHostReportEntry
256
+     * @return WebHostReportEntryItem
257 257
      */
258 258
     public function setNotBefore($notBefore)
259 259
     {
@@ -275,7 +275,7 @@  discard block
 block discarded – undo
275 275
 
276 276
     /**
277 277
      * @param \DateTime $notAfter
278
-     * @return WebHostReportEntry
278
+     * @return WebHostReportEntryItem
279 279
      */
280 280
     public function setNotAfter($notAfter)
281 281
     {
@@ -297,7 +297,7 @@  discard block
 block discarded – undo
297 297
 
298 298
     /**
299 299
      * @param string $serialNumber
300
-     * @return WebHostReportEntry
300
+     * @return WebHostReportEntryItem
301 301
      */
302 302
     public function setSerialNumber($serialNumber)
303 303
     {
@@ -315,7 +315,7 @@  discard block
 block discarded – undo
315 315
 
316 316
     /**
317 317
      * @param string $signatureAlgorithm
318
-     * @return WebHostReportEntry
318
+     * @return WebHostReportEntryItem
319 319
      */
320 320
     public function setSignatureAlgorithm($signatureAlgorithm)
321 321
     {
@@ -333,7 +333,7 @@  discard block
 block discarded – undo
333 333
 
334 334
     /**
335 335
      * @param string $keySize
336
-     * @return WebHostReportEntry
336
+     * @return WebHostReportEntryItem
337 337
      */
338 338
     public function setKeySize($keySize)
339 339
     {
@@ -351,7 +351,7 @@  discard block
 block discarded – undo
351 351
 
352 352
     /**
353 353
      * @param string $webServerSoftware
354
-     * @return WebHostReportEntry
354
+     * @return WebHostReportEntryItem
355 355
      */
356 356
     public function setWebServerSoftware($webServerSoftware)
357 357
     {
@@ -369,7 +369,7 @@  discard block
 block discarded – undo
369 369
 
370 370
     /**
371 371
      * @param string $certificateID
372
-     * @return WebHostReportEntry
372
+     * @return WebHostReportEntryItem
373 373
      */
374 374
     public function setCertificateID($certificateID)
375 375
     {
@@ -387,7 +387,7 @@  discard block
 block discarded – undo
387 387
 
388 388
     /**
389 389
      * @param string $csrStatus
390
-     * @return WebHostReportEntry
390
+     * @return WebHostReportEntryItem
391 391
      */
392 392
     public function setCsrStatus($csrStatus)
393 393
     {
@@ -405,7 +405,7 @@  discard block
 block discarded – undo
405 405
 
406 406
     /**
407 407
      * @param string $dcvStatus
408
-     * @return WebHostReportEntry
408
+     * @return WebHostReportEntryItem
409 409
      */
410 410
     public function setDcvStatus($dcvStatus)
411 411
     {
@@ -423,7 +423,7 @@  discard block
 block discarded – undo
423 423
 
424 424
     /**
425 425
      * @param string $ovCallBackStatus
426
-     * @return WebHostReportEntry
426
+     * @return WebHostReportEntryItem
427 427
      */
428 428
     public function setOvCallBackStatus($ovCallBackStatus)
429 429
     {
@@ -441,7 +441,7 @@  discard block
 block discarded – undo
441 441
 
442 442
     /**
443 443
      * @param string $organizationValidationStatus
444
-     * @return WebHostReportEntry
444
+     * @return WebHostReportEntryItem
445 445
      */
446 446
     public function setOrganizationValidationStatus($organizationValidationStatus)
447 447
     {
@@ -459,7 +459,7 @@  discard block
 block discarded – undo
459 459
 
460 460
     /**
461 461
      * @param string $countryName
462
-     * @return WebHostReportEntry
462
+     * @return WebHostReportEntryItem
463 463
      */
464 464
     public function setCountryName($countryName)
465 465
     {
@@ -477,7 +477,7 @@  discard block
 block discarded – undo
477 477
 
478 478
     /**
479 479
      * @param string $freeDVUPStatus
480
-     * @return WebHostReportEntry
480
+     * @return WebHostReportEntryItem
481 481
      */
482 482
     public function setFreeDVUPStatus($freeDVUPStatus)
483 483
     {
@@ -495,7 +495,7 @@  discard block
 block discarded – undo
495 495
 
496 496
     /**
497 497
      * @param string $evClickThroughStatus
498
-     * @return WebHostReportEntry
498
+     * @return WebHostReportEntryItem
499 499
      */
500 500
     public function setEvClickThroughStatus($evClickThroughStatus)
501 501
     {
Please login to merge, or discard this patch.