Merge branch 'master' of github:AndreaCrotti/yasnippet-snippets

This commit is contained in:
Andrea Crotti 2018-04-18 13:40:15 +01:00
commit 829e3b0e22
No known key found for this signature in database
GPG Key ID: 88DC3F2180C34EDB
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@
# --
public function set${1:$(capitalize yas-text)}(\$$1)
{
\$this->$1 = $1;
\$this->$1 = \$$1;
}