From 2f9b35d3436d6d0c402ecd17080ab83b14d62e8d Mon Sep 17 00:00:00 2001 From: borislavsabev Date: Thu, 28 Sep 2023 09:53:55 +0300 Subject: [PATCH] Fix Docker build --- Dockerfile | 1 - More/ServiceLocator/LogService.php | 1 - More/ServiceLocator/Service.php | 1 - Structural/Registry/Service.php | 1 - psalm.xml | 1 - 5 files changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 942f820..26d3964 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,4 +21,3 @@ RUN make -e "SPHINXOPTS=-D language='${language}'" html FROM nginx WORKDIR /usr/share/nginx/html COPY --from=sphinx_build /app/_build/html /usr/share/nginx/html -RUN rm index.html && mv README.html index.html diff --git a/More/ServiceLocator/LogService.php b/More/ServiceLocator/LogService.php index 5f3f5d8..7a5278d 100644 --- a/More/ServiceLocator/LogService.php +++ b/More/ServiceLocator/LogService.php @@ -6,5 +6,4 @@ namespace DesignPatterns\More\ServiceLocator; class LogService implements Service { - } diff --git a/More/ServiceLocator/Service.php b/More/ServiceLocator/Service.php index 73bec99..7cc831c 100644 --- a/More/ServiceLocator/Service.php +++ b/More/ServiceLocator/Service.php @@ -4,5 +4,4 @@ namespace DesignPatterns\More\ServiceLocator; interface Service { - } diff --git a/Structural/Registry/Service.php b/Structural/Registry/Service.php index 2b364f3..3b0f813 100644 --- a/Structural/Registry/Service.php +++ b/Structural/Registry/Service.php @@ -4,5 +4,4 @@ namespace DesignPatterns\Structural\Registry; class Service { - } diff --git a/psalm.xml b/psalm.xml index 88b3146..d40d567 100644 --- a/psalm.xml +++ b/psalm.xml @@ -1,6 +1,5 @@