From 14cd34e26f615c08937679fba91f0e3c349b8f9c Mon Sep 17 00:00:00 2001 From: Belle Aerni Date: Mon, 6 Nov 2023 21:30:39 -0800 Subject: [PATCH] A few minor updates for recent changes --- .github/workflows/php-ci.yml | 10 +--------- src/Service.php | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/php-ci.yml b/.github/workflows/php-ci.yml index 31feb70..1cc55c0 100644 --- a/.github/workflows/php-ci.yml +++ b/.github/workflows/php-ci.yml @@ -54,15 +54,7 @@ jobs: path: "FOSSBilling" ref: ${{ steps.get_id.outputs.tag }} - - name: Install Composer Dependencies (<=0.4.x) - if: ${{ hashFiles('FOSSBilling/src/composer.json') }} - uses: php-actions/composer@v6 - with: - args: --working-dir=FOSSBilling/src - dev: no - - - name: Install Composer Dependencies (>=0.5.0) - if: ${{ hashFiles('FOSSBilling/composer.json') }} + - name: Install Composer Dependencies uses: php-actions/composer@v6 with: args: --working-dir=FOSSBilling/ diff --git a/src/Service.php b/src/Service.php index ac42f1e..003bb5b 100644 --- a/src/Service.php +++ b/src/Service.php @@ -133,7 +133,7 @@ public function toApiArray(array $row, string $role = 'guest', bool $deep = true * * Make sure extension is enabled before testing this event. * - * NOTE: IF you have BB_DEBUG mode set to TRUE then all events with params + * NOTE: IF you have DEBUG mode set to TRUE then all events with params * are logged to data/log/hook_*.log file. Check this file to see what * kind of parameters are passed to event. *