From 3744569a9692e34feebaac617abe662e94d0b8c8 Mon Sep 17 00:00:00 2001 From: smeghead Date: Mon, 8 Jul 2024 23:34:34 +0900 Subject: [PATCH] Update php.yml add create diagram options --- .github/workflows/php.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 836e0a1..c94d734 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -61,6 +61,7 @@ jobs: output-path: php-class-diagram.svg target-repo: ${{ github.repository }} target-branch: ${{ github.ref_name }} + options: --hide-private-methods - name: Upload Artifact uses: actions/upload-artifact@v4