Skip to content

Commit

Permalink
Re-instate workflow and add initial phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-oswald committed Jan 19, 2024
1 parent a9fb2a2 commit 183827f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ on: [push, pull_request]
jobs:
ci:
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
with:
disable_phpdoc: true
3 changes: 3 additions & 0 deletions lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
define('TOOL_OBJECTFS_DELETE_EXTERNAL_FULL', 2);

// Legacy cron function.
/**
* @return bool
*/
function tool_objectfs_cron() {
mtrace('RUNNING legacy cron objectfs');
global $CFG;
Expand Down

0 comments on commit 183827f

Please sign in to comment.