LemonInflux Posted July 22, 2008 Share Posted July 22, 2008 Just a quick question - is this my version, or is it the same for everyone? class whatever { public $var; } Not the best of examples, but PHPDoc won't recognise the var. If it was var $var it would, but public $var, or private $var, or protected $var, etc. doesn't work. Does anyone know why? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.