Skip to content

Commit

Permalink
Fixing PHPStan level 9 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat committed Nov 14, 2023
1 parent 3e25f9c commit 233beac
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/AcceptanceResultBucket.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Kiboko\Contract\Bucket as Contract;

/**
* @template Type of non-empty-array<array-key, mixed>|object
* @template Type
*
* @implements Contract\AcceptanceResultBucketInterface<Type>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/AppendableIteratorAcceptanceResultBucket.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Kiboko\Contract\Bucket as Contract;

/**
* @template Type of non-empty-array<array-key, mixed>|object
* @template Type
*
* @implements Contract\AcceptanceResultBucketInterface<Type>
*
Expand Down
2 changes: 1 addition & 1 deletion src/AppendableIteratorRejectionResultBucket.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Kiboko\Contract\Bucket as Contract;

/**
* @template Type of non-empty-array<array-key, mixed>|object
* @template Type
*
* @implements Contract\RejectionResultBucketInterface<Type>
*
Expand Down
2 changes: 1 addition & 1 deletion src/ComplexResultBucket.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Kiboko\Contract\Bucket as Contract;

/**
* @template Type of non-empty-array<array-key, mixed>|object
* @template Type
*
* @implements Contract\AcceptanceResultBucketInterface<Type>
* @implements Contract\RejectionResultBucketInterface<Type>
Expand Down
2 changes: 1 addition & 1 deletion src/EmptyResultBucket.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Kiboko\Contract\Bucket as Contract;

/**
* @template Type of non-empty-array<array-key, mixed>|object
* @template Type
*
* @implements Contract\ResultBucketInterface<Type>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/IteratorAcceptanceResultBucket.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Kiboko\Contract\Bucket as Contract;

/**
* @template Type of non-empty-array<array-key, mixed>|object
* @template Type
*
* @implements Contract\AcceptanceResultBucketInterface<Type>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/IteratorRejectionResultBucket.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Kiboko\Contract\Bucket as Contract;

/**
* @template Type of non-empty-array<array-key, mixed>|object
* @template Type
*
* @implements Contract\RejectionResultBucketInterface<Type>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/RejectionResultBucket.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Kiboko\Contract\Bucket as Contract;

/**
* @template Type of non-empty-array<array-key, mixed>|object
* @template Type
*
* @implements Contract\RejectionResultBucketInterface<Type>
*/
Expand Down

0 comments on commit 233beac

Please sign in to comment.