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 85a71d4 commit 5ef4b5e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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
* @template Type of non-empty-array<array-key, mixed>|object
*
* @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
* @template Type of non-empty-array<array-key, mixed>|object
*
* @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
* @template Type of non-empty-array<array-key, mixed>|object
*
* @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
* @template Type of non-empty-array<array-key, mixed>|object
*
* @implements Contract\AcceptanceResultBucketInterface<Type>
* @implements Contract\RejectionResultBucketInterface<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
* @template Type of non-empty-array<array-key, mixed>|object
*
* @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
* @template Type of non-empty-array<array-key, mixed>|object
*
* @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
* @template Type of non-empty-array<array-key, mixed>|object
*
* @implements Contract\RejectionResultBucketInterface<Type>
*/
Expand Down

0 comments on commit 5ef4b5e

Please sign in to comment.