mirror of
https://github.com/flarum/core.git
synced 2025-08-13 20:04:24 +02:00
Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
668de47095
commit
63a71d58c5
@@ -17,7 +17,8 @@ use Illuminate\Database\Query\Builder;
|
||||
|
||||
class LockedFilterGambit extends AbstractRegexGambit implements FilterInterface
|
||||
{
|
||||
protected function getGambitPattern() {
|
||||
protected function getGambitPattern()
|
||||
{
|
||||
return 'is:locked';
|
||||
}
|
||||
|
||||
@@ -26,7 +27,8 @@ class LockedFilterGambit extends AbstractRegexGambit implements FilterInterface
|
||||
$this->constrain($searchState->getQuery(), $negate);
|
||||
}
|
||||
|
||||
public function getFilterKey(): string {
|
||||
public function getFilterKey(): string
|
||||
{
|
||||
return 'locked';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user