Merge pull request #10977 from nupplaphil/feat/dynamic_modules

Introduce interface for `Module`s
This commit is contained in:
Hypolite Petovan 2021-11-17 06:36:54 -05:00 committed by GitHub
commit 190efcefad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
272 changed files with 988 additions and 963 deletions

View file

@ -32,7 +32,7 @@ use Friendica\Network\HTTPException;
*/
class Help extends BaseModule
{
public static function content(array $parameters = [])
public function content(): string
{
Nav::setSelected('help');