Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
EsdrasCaleb committed Apr 29, 2024
1 parent c00c497 commit 29e8813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tool_deletemessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class tool_deletemessage_test extends \advanced_testcase {
* Make message to tests
* @return int message id
*/
private function make_message(){
private function make_message() {
$userfrom = $this->getDataGenerator()->create_user();
$userto = $this->getDataGenerator()->create_user();

Expand All @@ -55,7 +55,7 @@ private function make_message(){
$message->fullmessageformat = FORMAT_PLAIN;
$message->fullmessagehtml = $messagetext;
$message->smallmessage = $messagetext;

return message_send($message);
}

Expand Down

0 comments on commit 29e8813

Please sign in to comment.