format code

This commit is contained in:
ClownFish 2020-11-26 15:14:31 +08:00
parent 86c566d407
commit 7d7a797ab4
2 changed files with 4 additions and 1 deletions

View File

@ -27,6 +27,7 @@ class BuildCommand extends HyperfCommand
/**
* BuildCommand constructor.
* @param $container ContainerInterface
*/
public function __construct(ContainerInterface $container)
{
@ -79,6 +80,7 @@ class BuildCommand extends HyperfCommand
/**
* @param $path
* @param string|null $version
* @return HyperfPhar
*/
public function getPhar($path, ?string $version = null)

View File

@ -48,8 +48,9 @@ class HyperfPhar
private $main;
/**
* HyperfPhar constructor.
* @param ContainerInterface $container
* @param string $path path to composer.json file
* @param string $path
*/
public function __construct(ContainerInterface $container, string $path)
{