Skip to content

Commit 0de51e9

Browse files
committed
Fix formatting in Projects.php for delete method
1 parent 3d78820 commit 0de51e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Api/Projects.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ public function remove(int|string $project_id, bool $permanent = false, string $
203203
'full_path' => $fullPath,
204204
];
205205
}
206+
206207
return $this->delete('projects/'.self::encodePath($project_id), $params);
207208
}
208209

0 commit comments

Comments
 (0)