Skip to content

comments and datatypes #2

Description

@degr

It would be great if you will add datatype comments, something like this:

/**
 * @var int
 */ 
private $id;

/**
 * @return int
 */
public function getId() {
    return $this->id;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions