mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 09:16:16 +08:00
Apply fixes from StyleCI
This commit is contained in:
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:(.+)';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user