trivial refine for messages

This commit is contained in:
YFdyh000 2021-08-22 21:32:05 +08:00
parent 3b1818dfa6
commit dea58d5abd
10 changed files with 18 additions and 18 deletions
application/front/controller/admin

View file

@ -59,7 +59,7 @@ abstract class ShaarliAdminController extends ShaarliVisitorController
/**
* Use the sessionManager to save the provided message using the proper type.
*
* @param string $type successed/warnings/errors
* @param string $type successes/warnings/errors
*/
protected function saveMessage(string $type, string $message): void
{