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
This fixestmuras#485.
The properties $enrolledtotal, $logsnumber, and $data were not declared.
This fix declares them as private class properties, removing the
warning.
Actual behaviour
when calling
moosh course-info XXXX
, deprecation warnings about using dynamic properties fill the first several lines.Expected behaviour
Should not have any deprecation warnings, and the properties should be declared properly.
Steps to reproduce
moosh course-info XXXX
The text was updated successfully, but these errors were encountered: