mirror of
https://github.com/moodle/moodle.git
synced 2025-07-25 08:11:39 +02:00
MDL-81919 core: Fix coding style issues for recently moved code
This commit is contained in:
@@ -27,10 +27,11 @@
|
||||
*/
|
||||
class invalid_parameter_exception extends moodle_exception {
|
||||
/**
|
||||
* Constructor
|
||||
* Constructor.
|
||||
*
|
||||
* @param string $debuginfo some detailed information
|
||||
*/
|
||||
function __construct($debuginfo=null) {
|
||||
public function __construct($debuginfo = null) {
|
||||
parent::__construct('invalidparameter', 'debug', '', null, $debuginfo);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user