mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
fixed a few spelling problems and standardised stdClass
This commit is contained in:
parent
1c5765dd7a
commit
5924db724d
28 changed files with 151 additions and 151 deletions
|
@ -33,7 +33,7 @@ class workshopallocation_manual_renderer extends plugin_renderer_base {
|
|||
/**
|
||||
* Display the table of all current allocations and widgets to modify them
|
||||
*
|
||||
* @param stdclass $data to be displayed - see the top of the function for the list of needed properties
|
||||
* @param stdClass $data to be displayed - see the top of the function for the list of needed properties
|
||||
* @return string html code
|
||||
*/
|
||||
public function display_allocations(stdclass $data) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue