Skip to content

Commit

Permalink
fix: Fix crashing error with inheritOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Huber committed Nov 6, 2024
1 parent e37e863 commit 67c1510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Configuration/ConfigurationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ private function validateHostConfig($config_name, Node $data): HostConfig
* @throws \Phabalicious\Exception\MissingDockerHostConfigException
* @throws \Phabalicious\Exception\ValidationFailedException
*/
public function getDockerConfig(string $config_name): DockerConfig
public function getDockerConfig(string $config_name): DockerConfig | Node
{
$cid = 'dockerhost:' . $config_name;

Expand Down

0 comments on commit 67c1510

Please sign in to comment.