1
0
mirror of https://github.com/flarum/core.git synced 2025-07-28 20:20:34 +02:00

Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-01-10 11:44:00 +00:00
committed by Sami Mazouz
parent 132fdea659
commit be63b28437
2 changed files with 5 additions and 7 deletions

View File

@@ -91,11 +91,11 @@ class Formatter
{
$parser = $this->getParser($context);
/*
* Can be injected in tag or attribute filters by calling:
* ->addParameterByName('actor') on the filter.
* See the mentions extension's ConfigureMentions.php for an example.
*/
/*
* Can be injected in tag or attribute filters by calling:
* ->addParameterByName('actor') on the filter.
* See the mentions extension's ConfigureMentions.php for an example.
*/
$parser->registeredVars['actor'] = $user;
foreach ($this->parsingCallbacks as $callback) {