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 b959587 commit 6417075
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/AcceptanceResultBucketInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace Kiboko\Contract\Bucket;

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

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

/**
* @template Type of non-empty-array<array-key, mixed>|object
* @template Type
*/
interface ResultBucketInterface {}

0 comments on commit 6417075

Please sign in to comment.