Skip to content

Commit

Permalink
[rector] Rector fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 30, 2024
1 parent 6d1e383 commit 0e8d577
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion src/CategoryLookup.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public function __construct(
}

/**
* @param ErrorResponse $response
* @return RejectionResultBucketInterface<OutputType>
*/
private function rejectErrorResponse(ErrorResponse $response): RejectionResultBucketInterface
Expand Down
2 changes: 0 additions & 2 deletions src/CustomerExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ private function applyPagination(array $parameters, int $currentPage, int $pageS
}

/**
* @param ErrorResponse $response
* @param array<string,string> $parameters
* @return RejectionResultBucketInterface<CustomerDataCustomerInterface>
*/
Expand All @@ -66,7 +65,6 @@ private function rejectErrorResponse(ErrorResponse $response, array $parameters,

/**
* @param array<string,string> $parameters
* @param int $currentPage
* @return RejectionResultBucketInterface<CustomerDataCustomerInterface>
*/
private function rejectInvalidResponse(array $parameters, int $currentPage): RejectionResultBucketInterface
Expand Down
2 changes: 0 additions & 2 deletions src/InvoiceExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ private function applyPagination(array $parameters, int $currentPage, int $pageS
}

/**
* @param ErrorResponse $response
* @param array<string,string> $parameters
* @return RejectionResultBucketInterface<SalesDataInvoiceInterface>
*/
Expand All @@ -65,7 +64,6 @@ private function rejectErrorResponse(ErrorResponse $response, array $parameters,

/**
* @param array<string,string> $parameters
* @param int $currentPage
* @return RejectionResultBucketInterface<SalesDataInvoiceInterface>
*/
private function rejectInvalidResponse(array $parameters, int $currentPage): RejectionResultBucketInterface
Expand Down
2 changes: 0 additions & 2 deletions src/OrderExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ private function applyPagination(array $parameters, int $currentPage, int $pageS
}

/**
* @param ErrorResponse $response
* @param array<string,string> $parameters
* @return RejectionResultBucketInterface<SalesDataOrderInterface>
*/
Expand All @@ -65,7 +64,6 @@ private function rejectErrorResponse(ErrorResponse $response, array $parameters,

/**
* @param array<string,string> $parameters
* @param int $currentPage
* @return RejectionResultBucketInterface<SalesDataOrderInterface>
*/
private function rejectInvalidResponse(array $parameters, int $currentPage): RejectionResultBucketInterface
Expand Down
2 changes: 0 additions & 2 deletions src/ProductExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ private function applyPagination(array $parameters, int $currentPage, int $pageS
}

/**
* @param ErrorResponse $response
* @param array<string,string> $parameters
* @return RejectionResultBucketInterface<CatalogDataProductInterface>
*/
Expand All @@ -64,7 +63,6 @@ private function rejectErrorResponse(ErrorResponse $response, array $parameters,

/**
* @param array<string,string> $parameters
* @param int $currentPage
* @return RejectionResultBucketInterface<CatalogDataProductInterface>
*/
private function rejectInvalidResponse(array $parameters, int $currentPage): RejectionResultBucketInterface
Expand Down
1 change: 0 additions & 1 deletion src/ProductOptionsLookup.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public function __construct(
}

/**
* @param ErrorResponse $response
* @return RejectionResultBucketInterface<OutputType>
*/
private function rejectErrorResponse(ErrorResponse $response): RejectionResultBucketInterface
Expand Down

0 comments on commit 0e8d577

Please sign in to comment.