Skip to content

Commit 14cd34e

Browse files
A few minor updates for recent changes
1 parent fbb4435 commit 14cd34e

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/php-ci.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,7 @@ jobs:
5454
path: "FOSSBilling"
5555
ref: ${{ steps.get_id.outputs.tag }}
5656

57-
- name: Install Composer Dependencies (<=0.4.x)
58-
if: ${{ hashFiles('FOSSBilling/src/composer.json') }}
59-
uses: php-actions/composer@v6
60-
with:
61-
args: --working-dir=FOSSBilling/src
62-
dev: no
63-
64-
- name: Install Composer Dependencies (>=0.5.0)
65-
if: ${{ hashFiles('FOSSBilling/composer.json') }}
57+
- name: Install Composer Dependencies
6658
uses: php-actions/composer@v6
6759
with:
6860
args: --working-dir=FOSSBilling/

src/Service.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function toApiArray(array $row, string $role = 'guest', bool $deep = true
133133
*
134134
* Make sure extension is enabled before testing this event.
135135
*
136-
* NOTE: IF you have BB_DEBUG mode set to TRUE then all events with params
136+
* NOTE: IF you have DEBUG mode set to TRUE then all events with params
137137
* are logged to data/log/hook_*.log file. Check this file to see what
138138
* kind of parameters are passed to event.
139139
*

0 commit comments

Comments
 (0)