From d95bca7f2f7a79a79b17e5dd34f4a1a87c1210aa Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 14 Jun 2018 20:45:24 +0200 Subject: vim php snippet: Fix coding style Signed-off-by: Florian Pritz --- .vim/UltiSnips/php.snippets | 9 +++------ 1 file 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 -- cgit v1.2.3-24-g4f1b