From 0e8d57785ea83b8fbd23bd9b712b835085609fca Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 30 Jan 2024 16:23:54 +0000 Subject: [PATCH] [rector] Rector fixes --- src/CategoryLookup.php | 1 - src/CustomerExtractor.php | 2 -- src/InvoiceExtractor.php | 2 -- src/OrderExtractor.php | 2 -- src/ProductExtractor.php | 2 -- src/ProductOptionsLookup.php | 1 - 6 files changed, 10 deletions(-) diff --git a/src/CategoryLookup.php b/src/CategoryLookup.php index 02f6bee..5a46db8 100644 --- a/src/CategoryLookup.php +++ b/src/CategoryLookup.php @@ -37,7 +37,6 @@ public function __construct( } /** - * @param ErrorResponse $response * @return RejectionResultBucketInterface */ private function rejectErrorResponse(ErrorResponse $response): RejectionResultBucketInterface diff --git a/src/CustomerExtractor.php b/src/CustomerExtractor.php index fec6054..0d1cffa 100644 --- a/src/CustomerExtractor.php +++ b/src/CustomerExtractor.php @@ -45,7 +45,6 @@ private function applyPagination(array $parameters, int $currentPage, int $pageS } /** - * @param ErrorResponse $response * @param array $parameters * @return RejectionResultBucketInterface */ @@ -66,7 +65,6 @@ private function rejectErrorResponse(ErrorResponse $response, array $parameters, /** * @param array $parameters - * @param int $currentPage * @return RejectionResultBucketInterface */ private function rejectInvalidResponse(array $parameters, int $currentPage): RejectionResultBucketInterface diff --git a/src/InvoiceExtractor.php b/src/InvoiceExtractor.php index 45aaffc..a352af7 100644 --- a/src/InvoiceExtractor.php +++ b/src/InvoiceExtractor.php @@ -44,7 +44,6 @@ private function applyPagination(array $parameters, int $currentPage, int $pageS } /** - * @param ErrorResponse $response * @param array $parameters * @return RejectionResultBucketInterface */ @@ -65,7 +64,6 @@ private function rejectErrorResponse(ErrorResponse $response, array $parameters, /** * @param array $parameters - * @param int $currentPage * @return RejectionResultBucketInterface */ private function rejectInvalidResponse(array $parameters, int $currentPage): RejectionResultBucketInterface diff --git a/src/OrderExtractor.php b/src/OrderExtractor.php index 278acba..35908ee 100644 --- a/src/OrderExtractor.php +++ b/src/OrderExtractor.php @@ -44,7 +44,6 @@ private function applyPagination(array $parameters, int $currentPage, int $pageS } /** - * @param ErrorResponse $response * @param array $parameters * @return RejectionResultBucketInterface */ @@ -65,7 +64,6 @@ private function rejectErrorResponse(ErrorResponse $response, array $parameters, /** * @param array $parameters - * @param int $currentPage * @return RejectionResultBucketInterface */ private function rejectInvalidResponse(array $parameters, int $currentPage): RejectionResultBucketInterface diff --git a/src/ProductExtractor.php b/src/ProductExtractor.php index a02f673..6fc91f3 100644 --- a/src/ProductExtractor.php +++ b/src/ProductExtractor.php @@ -43,7 +43,6 @@ private function applyPagination(array $parameters, int $currentPage, int $pageS } /** - * @param ErrorResponse $response * @param array $parameters * @return RejectionResultBucketInterface */ @@ -64,7 +63,6 @@ private function rejectErrorResponse(ErrorResponse $response, array $parameters, /** * @param array $parameters - * @param int $currentPage * @return RejectionResultBucketInterface */ private function rejectInvalidResponse(array $parameters, int $currentPage): RejectionResultBucketInterface diff --git a/src/ProductOptionsLookup.php b/src/ProductOptionsLookup.php index 92b06dc..96fbcdd 100644 --- a/src/ProductOptionsLookup.php +++ b/src/ProductOptionsLookup.php @@ -38,7 +38,6 @@ public function __construct( } /** - * @param ErrorResponse $response * @return RejectionResultBucketInterface */ private function rejectErrorResponse(ErrorResponse $response): RejectionResultBucketInterface