Skip to content

Commit

Permalink
Fixes coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoray authored and github-actions[bot] committed Dec 4, 2024
1 parent b448e2f commit e15fb88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Factories/GetPaginatedChargebackQueryFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class GetPaginatedChargebackQueryFactory extends Factory
{
public function create(): GetPaginatedChargebackQuery
public function create(): GetPaginatedChargebackQuery
{
return new GetPaginatedChargebackQuery(
PaginatedQueryFactory::new($this->data)->create(),
Expand Down
1 change: 0 additions & 1 deletion src/Resources/AnyResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class AnyResource extends BaseResource
public array $attributes = [];

/**
* @param string $name
* @return mixed
*/
public function __get(string $name)
Expand Down

0 comments on commit e15fb88

Please sign in to comment.