diff --git a/Dockerfile b/Dockerfile index 942f8205..26d39647 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 5f3f5d83..7a5278d9 100644 --- a/More/ServiceLocator/LogService.php +++ b/More/ServiceLocator/LogService.php @@ -6,5 +6,4 @@ class LogService implements Service { - } diff --git a/More/ServiceLocator/Service.php b/More/ServiceLocator/Service.php index 73bec99e..7cc831c9 100644 --- a/More/ServiceLocator/Service.php +++ b/More/ServiceLocator/Service.php @@ -4,5 +4,4 @@ interface Service { - } diff --git a/Structural/Registry/Service.php b/Structural/Registry/Service.php index 2b364f3f..3b0f8132 100644 --- a/Structural/Registry/Service.php +++ b/Structural/Registry/Service.php @@ -4,5 +4,4 @@ class Service { - } diff --git a/psalm.xml b/psalm.xml index 88b31469..d40d567b 100644 --- a/psalm.xml +++ b/psalm.xml @@ -1,6 +1,5 @@