php snippet

This commit is contained in:
Simon Vieille 2016-11-13 01:13:39 +01:00
parent 7bb900beb7
commit 6125bab4e8

View file

@ -273,3 +273,9 @@ snippet title "Titelize in the Transformation"
${1:a text}
${1/\w+\s*/\u$0/g}
endsnippet
snippet ind "inheritdoc comment" b
/**
* {@inheritdoc}
*/
endsnippet