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.

Issues (74)

src/Regions/EndpointProvider.php (1 issue)

Severity
1
<?php
2
3
namespace AlibabaCloud\Client\Regions;
4
5
use AlibabaCloud\Client\Traits\EndpointTrait;
6
7
/**
8
 * Class EndpointProvider
9
 *
10
 * @package    AlibabaCloud\Client\Regions
11
 *
12
 * @deprecated deprecated since version 2.0, Use AlibabaCloud instead.
13
 * @codeCoverageIgnore
14
 */
15
class EndpointProvider
16
{
17
    use EndpointTrait;
0 ignored issues
show
The trait AlibabaCloud\Client\Traits\EndpointTrait requires some properties which are not provided by AlibabaCloud\Client\Regions\EndpointProvider: $network, $endpointSuffix, $endpointRegional, $product
Loading history...
18
}
19