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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user