Skip to content

Commit

Permalink
Fixed PHPStan errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sebprt committed Oct 26, 2023
1 parent ad37c10 commit eb50c68
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Cloud/DTO/JobList.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@

use Kiboko\Component\Satellite\Cloud\DTO;

/** @phpstan-ignore-next-line */
readonly class JobList implements \Countable, \IteratorAggregate

Check failure on line 10 in src/Cloud/DTO/JobList.php

View workflow job for this annotation

GitHub Actions / phpstan

No error to ignore is reported on line 10.
{
/**
* @var list<DTO\Workflow\JobInterface> $jobs
* @phpstan-var list<DTO\Workflow\Pipeline|DTO\Workflow\Action> $jobs
*/
private array $jobs;

public function __construct(
Expand Down

0 comments on commit eb50c68

Please sign in to comment.