mirror of
https://github.com/friendica/friendica
synced 2025-04-27 23:10:12 +00:00
Changes:
- added more type-hints
This commit is contained in:
parent
7528b79469
commit
a0c8fc6d6e
5 changed files with 31 additions and 42 deletions
|
@ -71,7 +71,7 @@ class Renderer
|
|||
* @return string
|
||||
* @throws ServiceUnavailableException
|
||||
*/
|
||||
public static function replaceMacros(string $template, array $vars = [])
|
||||
public static function replaceMacros(string $template, array $vars = []): string
|
||||
{
|
||||
DI::profiler()->startRecording('rendering');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue