Skip to content

MyFxBookManager

MyFxBookManager #25

Triggered via push September 5, 2024 13:53
Status Failure
Total duration 22s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
lint: src/Command/AccountDataCommand.php#L52
Parameter #1 $user of method App\Manager\MyFxBookManager::accountIds() expects App\Entity\User, App\Entity\User|null given.
lint: src/Command/AccountDataCommand.php#L56
Cannot call method getSession() on App\Entity\User|null.
lint: src/Command/AccountDataCommand.php#L56
Parameter #1 $session of method App\Dto\Aggregator\AggregateRoot::setSession() expects string, string|null given.
lint: src/Manager/MyFxBookManager.php#L16
Method App\Manager\MyFxBookManager::accountIds() return type has no value type specified in iterable type array.
lint: src/Manager/MyFxBookManager.php#L18
Parameter #1 $session of method App\Contract\Repository\MyFxBookRepositoryInterface::accounts() expects string, string|null given.
lint
Process completed with exit code 1.
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/