Skip to content

Commit

Permalink
dead code level 16
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Jul 17, 2024
1 parent 58acbf8 commit c4e0f40
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion packages/rekapager-core/src/Batch/BatchProcess.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ final class BatchProcess

/**
* @param PageableInterface<TKey,T> $pageable
* @param PageIdentifierEncoderResolverInterface $pageableIdentifierResolver
* @param BatchProcessorInterface<TKey,T> $batchProcessor
*/
public function __construct(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
{
/**
* @param PageInterface<TKey,T> $page
* @param string $encodedPageIdentifier
*/
public function __construct(
private PageInterface $page,
Expand Down
2 changes: 1 addition & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
// uncomment to reach your current PHP version
->withPhpSets(php82: true)
->withTypeCoverageLevel(45)
->withDeadCodeLevel(14)
->withDeadCodeLevel(16)
->withRules([
// AddOverrideAttributeToOverriddenMethodsRector::class
])
Expand Down

0 comments on commit c4e0f40

Please sign in to comment.