Skip to content

Commit 72abd63

Browse files
committed
cs fix
1 parent e8bc892 commit 72abd63

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/SPC/store/pkg/CustomPackage.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,15 @@ abstract public function fetch(string $name, bool $force = false, ?array $config
3131
/**
3232
* Get the environment variables this package needs to be usable.
3333
* PATH needs to be appended, rather than replaced.
34-
*
35-
* @return array
3634
*/
3735
abstract public static function getEnvironment(): array;
3836

3937
abstract public static function isInstalled(): bool;
38+
4039
/**
4140
* Extract the downloaded package
4241
*
43-
* @param string $name Package name
42+
* @param string $name Package name
4443
*/
4544
abstract public function extract(string $name): void;
4645
}

0 commit comments

Comments
 (0)