Commit 3e682da9 authored by Jorgen's avatar Jorgen

Add returning value for fixTypo method

parent 24f9cefe
......@@ -50,6 +50,8 @@ abstract class TyposClientInterface
$this->replaceTypoInArticle($typo, $corrected, $context, $article);
$this->saveArticle($article);
return ["status" => "success"];
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment