Skip to content

Commit

Permalink
Dist PHAR update + CS typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph3nol committed Aug 18, 2017
1 parent 4119a73 commit e8c4aa3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Binary file modified dist/docker-arch.phar
Binary file not shown.
16 changes: 8 additions & 8 deletions src/Domain/Service/Model/AbstractService.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,14 @@ public function setDockerContainer(DockerContainerInterface $dockerContainer): s
return $this;
}

/**
* @return string|false
*/
public function allowedLinksExpression()
{
return false;
}

/**
* @return void
*/
Expand All @@ -207,12 +215,4 @@ private function initIdentifier(): void
$this->identifier = sprintf('%s-%s', $this->getName(), uniqid());
}
}

/**
* @return string|false
*/
public function allowedLinksExpression()
{
return false;
}
}

0 comments on commit e8c4aa3

Please sign in to comment.