Graphs on phpDoc output
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Jens True 2023-06-19 12:46:32 +00:00
parent 0bddd2a1ef
commit 9324def64a

@ -11,6 +11,9 @@ analyze-psalm:
analyze-phpcs: analyze-phpcs:
vendor/bin/phpcs src backup --report=emacs --standard=PSR12 vendor/bin/phpcs src backup --report=emacs --standard=PSR12
docs:
./phpDocumentor.phar --setting=graphs.enabled=true
install: install:
php composer.phar install --no-dev php composer.phar install --no-dev
install-dev: install-dev: