You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin documentation and comments need to be updated because phpdoc checks are failing during CI testing.
The following block in .github/workflows/ci.yml needs to be uncommented after addressing the documentation problems:
# PHPDoc Needs a lot of documenting work
#- name: Run phpdoc
# if: ${{ always() }}
# run: moodle-plugin-ci phpdoc
The text was updated successfully, but these errors were encountered:
The plugin documentation and comments need to be updated because phpdoc checks are failing during CI testing.
The following block in .github/workflows/ci.yml needs to be uncommented after addressing the documentation problems:
The text was updated successfully, but these errors were encountered: