MDL-81919 core: Minor fixes

* Typo in Jerome Mouneyrac's name.
* Remove other trailing commas in inline arrays.
This commit is contained in:
Jun Pataleta
2024-06-10 13:17:11 +08:00
parent c40f85eb6e
commit 9c706bb48b
5 changed files with 5 additions and 5 deletions
@@ -24,7 +24,7 @@ namespace core\exception;
*
* @package core
* @subpackage exception
* @copyright Jerome Mounerac
* @copyright Jerome Mouneyrac
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class invalid_response_exception extends moodle_exception {