Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph3nol committed Oct 9, 2017
1 parent cde46f0 commit 147c183
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .docker-arch.yml
Expand Up @@ -11,7 +11,7 @@ services:
- echo "alias docker-arch=\"/apps/php/bin/docker-arch generate\"" >> ~/.zshrc
options:
version: "7.1"
cli_only: true
cli: true
zsh: true
custom_zsh: true
dotfiles: true
Expand Down
2 changes: 1 addition & 1 deletion examples/complex-php-project/.docker-arch.yml
Expand Up @@ -8,7 +8,7 @@ services:
path: ${PATH:-../app}
options:
version: "7.1"
cli_only: true
cli: true
zsh: true
custom_zsh: true
powerline: true
Expand Down
3 changes: 1 addition & 2 deletions src/Domain/DockerContainer/Model/DockerContainer.php
Expand Up @@ -2,7 +2,7 @@

namespace Ph3\DockerArch\Domain\DockerContainer\Model;

use Ph3\DockerArch\Domain\Service\Model\DockerContainerNotFoundException;
use Ph3\DockerArch\Infrastructure\Common\Persistence\DataTransformer\Exception\DockerContainerNotFoundException;
use Ph3\DockerArch\Domain\Service\Model\ServiceInterface;
use Ph3\DockerArch\Domain\TemplatedFile\Model\TemplatedFile;

Expand Down Expand Up @@ -103,7 +103,6 @@ public function postExecute(): void
*/
public function execute(): void
{
$this->execute();
}

/**
Expand Down
Expand Up @@ -4,7 +4,7 @@

use Ph3\DockerArch\Domain\DockerContainer\Model\DockerContainer;
use Ph3\DockerArch\Domain\DockerContainer\Model\DockerContainerInterface;
use Ph3\DockerArch\Domain\Service\Model\DockerContainerNotFoundException;
use Ph3\DockerArch\Infrastructure\Common\Persistence\DataTransformer\Exception\DockerContainerNotFoundException;
use Ph3\DockerArch\Domain\Service\Model\ServiceInterface;

/**
Expand Down
Expand Up @@ -4,7 +4,6 @@

use Ph3\DockerArch\Domain\Project\Model\ProjectInterface;
use Ph3\DockerArch\Domain\Service\Model\ServiceInterface;
use Ph3\DockerArch\Infrastructure\Common\Persistence\DataTransformer\Exception\DockerContainerNotFoundException;
use Ph3\DockerArch\Infrastructure\Common\Persistence\DataTransformer\Exception\ServiceNotFoundException;
use Ph3\DockerArch\Infrastructure\Common\Persistence\DataTransformer\Exception\ServiceWithNoTypeException;

Expand Down

0 comments on commit 147c183

Please sign in to comment.