diff options
Diffstat (limited to '.vim/UltiSnips/php.snippets')
-rw-r--r-- | .vim/UltiSnips/php.snippets | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.vim/UltiSnips/php.snippets b/.vim/UltiSnips/php.snippets index 86c4ee1..f57721a 100644 --- a/.vim/UltiSnips/php.snippets +++ b/.vim/UltiSnips/php.snippets @@ -26,17 +26,14 @@ class `!p snip.rv = re.match(r'.*(?=\.)', fn).group() ` extends \test\Test { - public function __construct() - { + public function __construct() { parent::__construct(); } - public function init() - { + public function init() { } - public function cleanup() - { + public function cleanup() { } $0 |