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 aab84ce commit b959587
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
* @template Type of non-empty-array<array-key, mixed>|object
*
* @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
* @template Type of non-empty-array<array-key, mixed>|object
*/
interface ResultBucketInterface {}

0 comments on commit b959587

Please sign in to comment.