Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in phpdoc

PHPStorm Squawks on @return void for __construct()

Extending phpdocumentor2 for custom features

php phpdoc phpdocumentor2

For an abstract function, should the phpdoc be defined for the abstract function, the implemented function, or both?

php phpdoc

when to update the tag @author in PHPdoc? [closed]

php phpdoc

How generate phpDoc html from PhpStorm

phpstorm phpdoc

PhpStorm: Is there a way to enforce a type on the return statement using an inline PHPDoc annotation?

phpDocumentor alternative consuming less memory

php doxygen phpdoc

What are valid values for PHPDoc's @param annotation?

php phpdoc

Proper phpdoc comment for iteratable object?

override return type in PHPDoc

phpdoc

How to use @package & @subpackage in phpdoc?

php phpdoc

How to indicate that method is a part of interface with PHPDoc?

php phpdoc

PHPdoc for dynamic magic properties (or methods)

How can I specify array of objects in PhpDoc [duplicate]

php phpdoc

PHPStan: Property with generic class does not specify its types: TKey, T

PHPDoc - Specify the type of array keys

php arrays phpdoc

use namespace in @param

php namespaces phpdoc

How to document a parameter that expects a constant

php phpdoc