Skip to content

test: Add info about code coverage #4

test: Add info about code coverage

test: Add info about code coverage #4

Triggered via push August 21, 2025 16:21
Status Failure
Total duration 15m 56s
Artifacts

ci.yml

on: push
Dependency Validation
11s
Dependency Validation
Coding Guidelines
8s
Coding Guidelines
Unit Tests
12s
Unit Tests
Static Analysis
18s
Static Analysis
Code Coverage
22s
Code Coverage
Fit to window
Zoom out
Zoom in

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.