mirror of
https://github.com/friendica/friendica
synced 2025-04-22 22:30:11 +00:00
Rename Match to MatchInterests because PHP8-lint rejects "match"
This commit is contained in:
parent
7c66073e4b
commit
815d8975e6
2 changed files with 22 additions and 24 deletions
|
@ -42,12 +42,10 @@ use Friendica\Util\Profiler;
|
|||
use Psr\Log\LoggerInterface;
|
||||
|
||||
/**
|
||||
* Controller for /match.
|
||||
*
|
||||
* It takes keywords from your profile and queries the directory server for
|
||||
* matching keywords from other profiles.
|
||||
*/
|
||||
class Match extends BaseModule
|
||||
class MatchInterests extends BaseModule
|
||||
{
|
||||
const FETCH_PER_PAGE = 100;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue