mirror of
https://github.com/flarum/core.git
synced 2025-08-09 18:07:02 +02:00
Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
ee48c97a23
commit
932c31db6d
@@ -1,5 +1,12 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Flarum.
|
||||
*
|
||||
* For detailed copyright and license information, please view the
|
||||
* LICENSE file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Flarum\Tags\Filter;
|
||||
|
||||
use Flarum\Filter\FilterState;
|
||||
|
@@ -31,7 +31,8 @@ class TagFilterGambit extends AbstractRegexGambit implements FilterInterface
|
||||
$this->tags = $tags;
|
||||
}
|
||||
|
||||
protected function getGambitPattern() {
|
||||
protected function getGambitPattern()
|
||||
{
|
||||
return 'tag:(.+)';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user