Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
abr4xas authored and github-actions[bot] committed Jul 12, 2024
1 parent 7486cc8 commit d9eb876
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions src/Exceptions/GenericException.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@

use Exception;

class GenericException extends Exception
{
}
class GenericException extends Exception {}
4 changes: 1 addition & 3 deletions src/MeliServices.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@

class MeliServices
{
public function __construct(protected array $params)
{
}
public function __construct(protected array $params) {}

/**
* generate access token
Expand Down
4 changes: 3 additions & 1 deletion tests/Pest.php
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
<?php declare(strict_types=1);
<?php

declare(strict_types=1);

0 comments on commit d9eb876

Please sign in to comment.