Skip to content

Commit 6d9b9f0

Browse files
Cannonb4llclaude
andcommitted
Fix indentation in FileBackup::create() after merge
Reindent the parameter list and return-type line to 4-space PSR-12 indentation; the levels were off after merging the nullable-type and deleteOnFail changes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 32caf09 commit 6d9b9f0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/Ploi/Resources/FileBackup.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ public function create(
7272
array $sites,
7373
int $interval,
7474
array $path,
75-
?string $locations = null,
76-
?int $keep_backup_amount = null,
77-
?string $custom_name = null,
78-
?string $password = null,
79-
?bool $deleteOnFail = null
80-
): Response {
75+
?string $locations = null,
76+
?int $keep_backup_amount = null,
77+
?string $custom_name = null,
78+
?string $password = null,
79+
?bool $deleteOnFail = null
80+
): Response {
8181
// Remove the id
8282
$this->setId(null);
8383

0 commit comments

Comments
 (0)