Skip to content

Commit 900e5a4

Browse files
committed
Fix CI
1 parent 9fce403 commit 900e5a4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/Rest/RenderTagHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public function execute() {
5656
] );
5757
}
5858

59+
/** @inheritDoc */
5960
public function getParamSettings() {
6061
return [
6162
'tag' => [

src/TagRenderer.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ public function doRender( ?string $input, array $args, Parser $parser, PPFrame $
6767
];
6868
}
6969

70+
/**
71+
* @param string $input
72+
* @param array $args
73+
* @param Title $title
74+
* @param UserIdentity|null $forUser
75+
* @return array|string
76+
*/
7077
public function render( string $input, array $args, Title $title, ?UserIdentity $forUser = null ) {
7178
$parser = $this->parserFactory->create();
7279
$parser->setPage( $title );

0 commit comments

Comments
 (0)