test: Add info about code coverage #4
ci.yml
on: push
Dependency Validation
11s
Coding Guidelines
8s
Static Analysis
18s
Code Coverage
22s
Annotations
10 errors
|
Static Analysis:
src/Http/LinkedInUrlGeneratorInterface.php#L21
Method Elnino\LinkedIn\Http\LinkedInUrlGeneratorInterface::getUrl() has parameter $name with no type specified.
|
|
Static Analysis:
src/AuthenticatorInterface.php#L35
Method Elnino\LinkedIn\AuthenticatorInterface::getLoginUrl() has parameter $options with no value type specified in iterable type array.
|
|
Static Analysis:
src/Authenticator.php#L270
Method Elnino\LinkedIn\Authenticator::getRequestManager() should return Elnino\LinkedIn\Http\RequestManager but returns Elnino\LinkedIn\Http\RequestManagerInterface.
|
|
Static Analysis:
src/Authenticator.php#L229
Parameter #1 $prefix of function uniqid expects string, int<0, max> given.
|
|
Static Analysis:
src/Authenticator.php#L225
Method Elnino\LinkedIn\Authenticator::establishCSRFTokenState() has no return type specified.
|
|
Static Analysis:
src/Authenticator.php#L198
Method Elnino\LinkedIn\Authenticator::getCode() should return string|null but empty return statement found.
|
|
Static Analysis:
src/Authenticator.php#L193
Method Elnino\LinkedIn\Authenticator::getCode() should return string|null but empty return statement found.
|
|
Static Analysis:
src/Authenticator.php#L148
Method Elnino\LinkedIn\Authenticator::getLoginUrl() has parameter $options with no value type specified in iterable type array.
|
|
Static Analysis:
src/Authenticator.php#L135
Parameter #2 ...$arrays of function array_merge expects array, string given.
|
|
Static Analysis:
src/AccessToken.php#L60
Deprecated in PHP 8.4: Parameter #1 $expiresAt (DateTime) is implicitly nullable via default value null.
|