From 769b90106090b5d756dfc455f8688ef49b8d5358 Mon Sep 17 00:00:00 2001 From: Hugo Sales Date: Thu, 21 Oct 2021 14:44:21 +0100 Subject: [PATCH] [TOOLS] Add doc-check target to Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index f2bac19aef..5520b854f4 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,9 @@ tooling-docker: .PHONY test: tooling-docker docker exec $(call translate-container-name,tooling_php_1) /var/tooling/coverage.sh +doc-check: + bin/php-doc-check src components plugins + phpstan: tooling-docker docker exec $(call translate-container-name,tooling_php_1) /var/tooling/phpstan.sh