mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-66266 core_message: Whitespace fix
This commit is contained in:
parent
c0d2f724ef
commit
d5e04cab9a
1 changed files with 4 additions and 4 deletions
|
@ -1541,10 +1541,10 @@ class api {
|
|||
* @deprecated since 3.8
|
||||
*/
|
||||
public static function can_post_message() {
|
||||
throw new \coding_exception('
|
||||
\core_message\api::can_post_message is deprecated and
|
||||
no longer used, please use
|
||||
\core_message\api::can_send_message instead.');
|
||||
throw new \coding_exception(
|
||||
'\core_message\api::can_post_message is deprecated and no longer used, ' .
|
||||
'please use \core_message\api::can_send_message instead.'
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue