Skip to content

Commit

Permalink
apple formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dododedodonl committed Nov 7, 2023
1 parent a7f8f18 commit 6d3fec7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@
],
],
'trim_array_spaces' => true,
'types_spaces' => [
'space' => 'single',
],
'unary_operator_spaces' => true,
'visibility_required' => [
'elements' => [
Expand All @@ -188,9 +191,9 @@

$finder = Finder::create()
->in([
__DIR__.'/src',
__DIR__.'/config',
__DIR__.'/tests',
__DIR__ . '/src',
__DIR__ . '/config',
__DIR__ . '/tests',
])
->name('*.php')
->notName('*.blade.php')
Expand Down
1 change: 0 additions & 1 deletion src/Requests/Zones/ExportZone.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public function __construct(
) {
}


public function resolveEndpoint(): string
{
return '/zones/'.$this->zone_id.'/export';
Expand Down

0 comments on commit 6d3fec7

Please sign in to comment.