Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 998e622

Browse files
committed
Do not use python to serve api docs, use php :\
1 parent b2453aa commit 998e622

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ phpdoc:
4242
./phpDocumentor.phar -d ./src/ -t ./docs/api --template=checkstyle --template=responsive-twig
4343

4444
serve-phpdoc:
45-
cd docs/api && python -m SimpleHTTPServer
45+
cd docs/api && php -S localhost:8000 && cd ../..
4646

4747
.PHONY: lint test cs cover deps dist-clean

0 commit comments

Comments
 (0)