Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in phpdoc

How can I use PHPDoc to type-hint the parameters of a Callable?

php phpstorm phpdoc

How to deprecate PHP's magic property in PHPDoc?

php phpdoc

PHPDoc: Documenting a function with a variable number of arguments

php phpdoc

How do I put blocks of PHP code into a PHPDoc DocBlock

PHPStorm: correct PHPDoc for a Collection of Objects?

php phpstorm phpdoc

How to document class properties in PHP 5 with phpDocumentor

php class phpdoc

What is the correct way to display a multi-line @param using PHPDoc?

php documentation phpdoc

PHPDoc optional parameter

php phpdoc param optional

Sublime Text 2 Comment/Doc Block

phpdoc sublimetext

Can you hint an array's items type? [duplicate]

annotating a local variable in php

php variables local phpdoc

Correct syntax for inheritDoc in phpDocumentor

php phpdoc inheritdoc

Best practices: Use of @throws in php-doc, and how it could be handle

php exception phpdoc

Best way to document (phpdoc) generators (methods that yield)

php generator phpdoc php-5.5

Should I use @return self, this or the current class? [closed]

php documentation phpdoc doc

Best way to document Array options in PHPDoc?

php cakephp phpdoc

PHPDoc: @return void necessary?

php return-value phpdoc

What is the correct way to write PHPDocs for constants?

php phpdoc

Variable type hinting in Netbeans (PHP)

php phpdoc php-ide

PHP Function Comments