Merge pull request #62 from Stubbs/master

After using my snippet for a day, I've made a few small tweaks.
This commit is contained in:
Honza Pokorny 2011-12-23 10:38:09 -08:00
commit 343db49a8a

View File

@ -256,7 +256,7 @@ snippet getset
*/ */
function get$1() function get$1()
{ {
return $this->$_$1; return $this->_$1;
} }
/** /**