Answers for "phpdoc @var"

PHP
0

phpdoc @var

// document almost-whatever type and description

/** @var int $num This is a counter */
$num = 0;
Posted by: Guest on March-02-2022

Browse Popular Code Answers by Language