Graphs on phpDoc output
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
3
Makefile
3
Makefile
@ -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:
|
||||||
|
Reference in New Issue
Block a user