DocBlock Generator
Add deterministic PHP-style DocBlocks to recognized declarations; review generated comments because no AI service or semantic analysis is used.
β‘ 199 points per successful run Β· Balance: 0 Β· Buy points
PHP Source
Paste PHP code (or upload a small .php file) to generate PHPDoc blocks for its functions, methods, and classes.
Documented Code
Paste PHP code with functions/classes/methods to see generated PHPDoc blocks here.
How to Use
Paste PHP source code (or upload a small .php file). The tool scans it for function, class, interface, and trait declarations, and inserts a PHPDoc comment above each one. Parameter names and any declared PHP types are picked up automatically to generate @param lines; when a return type is declared in the signature it is used for @return, otherwise a generic @return mixed is added.