Skip to content

Commit

Permalink
Apply php-cs-fixer/rector rules
Browse files Browse the repository at this point in the history
  • Loading branch information
magicsunday committed Mar 20, 2024
1 parent f4394da commit 8681edb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 23 deletions.
19 changes: 0 additions & 19 deletions phpunit.xml

This file was deleted.

8 changes: 4 additions & 4 deletions src/Traits/ModuleCustomTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ public function customModuleLatestVersionUrl(): string
return self::CUSTOM_LATEST_VERSION;
}

// protected function extractVersion(string $content): string
// {
// return json_decode($content, true)['tag_name'] ?? '';
// }
// protected function extractVersion(string $content): string
// {
// return json_decode($content, true)['tag_name'] ?? '';
// }

public function customModuleLatestVersion(): string
{
Expand Down

0 comments on commit 8681edb

Please sign in to comment.