style(railpack): add return type to deploy method
This commit is contained in:
parent
ab1958d741
commit
94c7968c4f
1 changed files with 1 additions and 1 deletions
|
|
@ -956,7 +956,7 @@ private function deploy_nixpacks_buildpack()
|
|||
$this->rolling_update();
|
||||
}
|
||||
|
||||
private function deploy_railpack_buildpack()
|
||||
private function deploy_railpack_buildpack(): void
|
||||
{
|
||||
if ($this->use_build_server) {
|
||||
$this->server = $this->build_server;
|
||||
|
|
|
|||
Loading…
Reference in a new issue