Skip to content

PHP Documentation #14

@jakerella

Description

@jakerella

Adding standard PHPdoc method comments will help with some IDEs and their ability to autocomplete code. Adding it here as an enhancement opportunity.

Example:

/**
 * Looks up an HTTP status code (by the code number) and gives back a textual description
 * @param string $lookUpCide string The HTTP status code to look up
 * @return string A string representation (with status code) of the response status
 */
public function lookupHttpCode($lookUpCode = "")
{ ... }

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions