Skip to content

Commit 0a41b40

Browse files
Webservice: List issued certificates
- The complaints from the GitHub Actions report.
1 parent 4ca74b0 commit 0a41b40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

classes/external.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,9 @@ public static function list_issues_parameters() {
240240
return new external_function_parameters(
241241
[
242242
'timecreatedfrom' => new external_value(
243-
PARAM_INT,
244-
'Timestamp. Returns items created after this date (included).',
245-
VALUE_OPTIONAL
243+
PARAM_INT,
244+
'Timestamp. Returns items created after this date (included).',
245+
VALUE_OPTIONAL
246246
),
247247
]
248248
);

0 commit comments

Comments
 (0)