From 9324def64a5a687a685b2413b33e69c71a3874f7 Mon Sep 17 00:00:00 2001 From: Jens True Date: Mon, 19 Jun 2023 12:46:32 +0000 Subject: [PATCH] Graphs on phpDoc output --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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: