mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-30 02:37:58 +08:00
format code
This commit is contained in:
parent
86c566d407
commit
7d7a797ab4
@ -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)
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user