Skip to content

Commit

Permalink
formatting (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonyPradana committed Sep 20, 2024
1 parent 3e29c26 commit 83bf27a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions bin/split-repo.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
public function entry(): int
{
return match (true) {
'validate' === $this->CMD => $this->validate(),
'realize' === $this->CMD => $this->realise(),
default => 0,
'validate' === $this->CMD => $this->validate(),
'realise' === $this->CMD => $this->realise(),
default => 0,
};
}

Expand Down Expand Up @@ -99,6 +99,8 @@ public function validate(): int
* Update Composer pacakge version by compire with current verstion.
*
* @param string[] $packages
*
* @return array<string, mixed>
*/
public function updateComposerVersion(string $path, array $packages, string $version): array
{
Expand Down

0 comments on commit 83bf27a

Please sign in to comment.