diff --git a/Makefile b/Makefile index e9cc1e4..05fa947 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,9 @@ analyze-psalm: analyze-phpcs: vendor/bin/phpcs src backup --report=emacs --standard=PSR12 +docs: + ./phpDocumentor.phar --setting=graphs.enabled=true + install: php composer.phar install --no-dev install-dev: