Skip to content

Commit

Permalink
A few minor updates for recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BelleNottelling committed Nov 7, 2023
1 parent fbb4435 commit 14cd34e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/php-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion src/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 14cd34e

Please sign in to comment.