Skip to content

Commit 233beac

Browse files
committed
Fixing PHPStan level 9 issues
1 parent 3e25f9c commit 233beac

8 files changed

+8
-8
lines changed

src/AcceptanceResultBucket.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Kiboko\Contract\Bucket as Contract;
88

99
/**
10-
* @template Type of non-empty-array<array-key, mixed>|object
10+
* @template Type
1111
*
1212
* @implements Contract\AcceptanceResultBucketInterface<Type>
1313
*/

src/AppendableIteratorAcceptanceResultBucket.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Kiboko\Contract\Bucket as Contract;
88

99
/**
10-
* @template Type of non-empty-array<array-key, mixed>|object
10+
* @template Type
1111
*
1212
* @implements Contract\AcceptanceResultBucketInterface<Type>
1313
*

src/AppendableIteratorRejectionResultBucket.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Kiboko\Contract\Bucket as Contract;
88

99
/**
10-
* @template Type of non-empty-array<array-key, mixed>|object
10+
* @template Type
1111
*
1212
* @implements Contract\RejectionResultBucketInterface<Type>
1313
*

src/ComplexResultBucket.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Kiboko\Contract\Bucket as Contract;
88

99
/**
10-
* @template Type of non-empty-array<array-key, mixed>|object
10+
* @template Type
1111
*
1212
* @implements Contract\AcceptanceResultBucketInterface<Type>
1313
* @implements Contract\RejectionResultBucketInterface<Type>

src/EmptyResultBucket.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Kiboko\Contract\Bucket as Contract;
88

99
/**
10-
* @template Type of non-empty-array<array-key, mixed>|object
10+
* @template Type
1111
*
1212
* @implements Contract\ResultBucketInterface<Type>
1313
*/

src/IteratorAcceptanceResultBucket.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Kiboko\Contract\Bucket as Contract;
88

99
/**
10-
* @template Type of non-empty-array<array-key, mixed>|object
10+
* @template Type
1111
*
1212
* @implements Contract\AcceptanceResultBucketInterface<Type>
1313
*/

src/IteratorRejectionResultBucket.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Kiboko\Contract\Bucket as Contract;
88

99
/**
10-
* @template Type of non-empty-array<array-key, mixed>|object
10+
* @template Type
1111
*
1212
* @implements Contract\RejectionResultBucketInterface<Type>
1313
*/

src/RejectionResultBucket.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Kiboko\Contract\Bucket as Contract;
88

99
/**
10-
* @template Type of non-empty-array<array-key, mixed>|object
10+
* @template Type
1111
*
1212
* @implements Contract\RejectionResultBucketInterface<Type>
1313
*/

0 commit comments

Comments
 (0)