We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3fd6d9 + 4036a9e commit c42e094Copy full SHA for c42e094
general/development/policies/codingstyle/index.md
@@ -411,7 +411,7 @@ $DB->insert_record('table', $row);
411
:::info
412
413
Before Moodle 2.0, Moodle defined a class named `object` extending `stdClass`, and recommended instantiation using `new object();`.
414
-This has now been deprecated. Please use `stdClass` or the array instantiation instead instead.
+This has now been deprecated. Please use `stdClass` or the array instantiation instead.
415
416
:::
417
0 commit comments