MOBILE-4362 dx: Add inheritdoc snippet

main
Noel De Martin 2023-07-10 13:27:08 +02:00
parent a30dd27943
commit 40d58647af
1 changed files with 9 additions and 0 deletions

View File

@ -110,4 +110,13 @@
],
"description": "[Moodle] Create a Pure Singleton"
},
"Innherit doc": {
"prefix": "inheritdoc",
"body": [
"/**",
" * @inheritdoc",
" */"
],
"description": "Add @inheritdoc documentation block"
}
}