Take in consideration the following PHP 5 class:
class SomeClass { //I want to document this property... private $foo; function __construct()
/** * This is what the variable does. The var line contains the type stored in this variable. * @var string */ private $foo;