MDL-70010 core: reconcile MOODLE_310_STABLE and master
There are some unexpected differences between 310 and master, better reconcile them now. Note this is not 100% critical but, as far as nothing exclusively for 4.0 has landed to master yet only branch/version differences should exist.
This commit is contained in:
@@ -98,7 +98,7 @@ class phpunit_dataset {
|
||||
*
|
||||
* @param string $content contents (CSV or XML) to load.
|
||||
* @param string $type format of the content to be loaded (csv or xml).
|
||||
* @param string $table|null name of the table which the file belongs to (only for CSV files).
|
||||
* @param string|null $table name of the table which the file belongs to (only for CSV files).
|
||||
*/
|
||||
public function from_string(string $content, string $type, ?string $table = null): void {
|
||||
switch ($type) {
|
||||
|
||||
Reference in New Issue
Block a user