diff --git a/src/Factories/GetPaginatedChargebackQueryFactory.php b/src/Factories/GetPaginatedChargebackQueryFactory.php index 2b342f9d..47cd66c8 100644 --- a/src/Factories/GetPaginatedChargebackQueryFactory.php +++ b/src/Factories/GetPaginatedChargebackQueryFactory.php @@ -6,7 +6,7 @@ class GetPaginatedChargebackQueryFactory extends Factory { - public function create(): GetPaginatedChargebackQuery + public function create(): GetPaginatedChargebackQuery { return new GetPaginatedChargebackQuery( PaginatedQueryFactory::new($this->data)->create(), diff --git a/src/Resources/AnyResource.php b/src/Resources/AnyResource.php index 6101059a..ce0c470d 100644 --- a/src/Resources/AnyResource.php +++ b/src/Resources/AnyResource.php @@ -13,7 +13,6 @@ class AnyResource extends BaseResource public array $attributes = []; /** - * @param string $name * @return mixed */ public function __get(string $name)