@@ -111,7 +111,6 @@ public function get${1/\w+\s*/\u$0/}()
111111{
112112 return $this->$1 ;$3
113113}
114- $0
115114endsnippet
116115
117116snippet setter " PHP Class Setter" b
@@ -266,7 +265,7 @@ namespace ${1:`!p
266265abspath = os.path.abspath(path)
267266m = re.search(r'[A-Z].+(?=/)', abspath)
268267if m:
269- › snip.rv = m.group().replace('/', '\\ ')
268+ snip.rv = m.group().replace('/', '\\ ')
270269` } ;
271270endsnippet
272271
@@ -277,7 +276,7 @@ namespace ${1:`!p
277276abspath = os.path.abspath(path)
278277m = re.search(r'[A-Z].+(?=/)', abspath)
279278if m:
280- › snip.rv = m.group().replace('/', '\\ ')
279+ snip.rv = m.group().replace('/', '\\ ')
281280` } ;
282281
283282/**
@@ -287,7 +286,6 @@ if m:
287286class $1
288287{
289288}
290- $0
291289endsnippet
292290
293291snippet interface " Interface declaration template" b
@@ -297,7 +295,7 @@ namespace ${1:`!p
297295abspath = os.path.abspath(path)
298296m = re.search(r'[A-Z].+(?=/)', abspath)
299297if m:
300- › snip.rv = m.group().replace('/', '\\ ')
298+ snip.rv = m.group().replace('/', '\\ ')
301299` } ;
302300
303301/**
@@ -306,7 +304,7 @@ if m:
306304 */
307305interface $1
308306{
309- › public function ${3: someFunction } ();$4
307+ public function ${3: someFunction } ();$4
310308}
311309endsnippet
312310
0 commit comments