PHP - PHPdoc snippet

About

Snippet

/**
* The domain for the test is set in the variable {@link $default_server_vars}
*/
/**
* {@link class::method}
*/

Type Declaration

/**
* @return Class[]
* @return bool
* @param string $s
* @throws Exception
*/

Local Variable

/** 
* @var $path WikiPath 
*/
$var = $otherVar

Powered by ComboStrap