File tree Expand file tree Collapse file tree 5 files changed +0
-5
lines changed Expand file tree Collapse file tree 5 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,3 @@ RUN make -e "SPHINXOPTS=-D language='${language}'" html
2121FROM nginx
2222WORKDIR /usr/share/nginx/html
2323COPY --from=sphinx_build /app/_build/html /usr/share/nginx/html
24- RUN rm index.html && mv README.html index.html
Original file line number Diff line number Diff line change 66
77class LogService implements Service
88{
9-
109}
Original file line number Diff line number Diff line change 44
55interface Service
66{
7-
87}
Original file line number Diff line number Diff line change 44
55class Service
66{
7-
87}
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<psalm
3- totallyTyped =" false"
43 resolveFromConfigFile =" true"
54 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
65 xmlns =" https://getpsalm.org/schema/config"
You can’t perform that action at this time.
0 commit comments