Skip to content

Commit 7f00840

Browse files
Merge pull request #13276 from apeltop/change-jsdoc
chore(common, core, microservices): Change mismatched JSDoc
2 parents d88385a + 5954841 commit 7f00840

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/common/decorators/http/create-route-param-metadata.decorator.ts

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export type ParamDecoratorEnhancer = ParameterDecorator;
1212
* Defines HTTP route param decorator
1313
*
1414
* @param factory
15+
* @param enhancers
1516
*
1617
* @publicApi
1718
*/

packages/core/hooks/on-app-shutdown.hook.ts

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ function callOperator(
4040
* (providers / controllers).
4141
*
4242
* @param module The module which will be initialized
43+
* @param signal
4344
*/
4445
export async function callAppShutdownHook(
4546
module: Module,

packages/microservices/server/server-grpc.ts

+1
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ export class ServerGrpc extends Server implements CustomTransportStrategy {
198198
*
199199
* @param methodHandler
200200
* @param protoNativeHandler
201+
* @param streamType
201202
*/
202203
public createServiceMethod(
203204
methodHandler: Function,

0 commit comments

Comments
 (0)