This commit is contained in:
Jaapio
2026-01-05 20:49:06 +01:00
parent 92ecf5dcfd
commit cd04bb47b5
20 changed files with 181 additions and 10 deletions
@@ -0,0 +1,9 @@
How to Reconstitute a DocBlock
==============================
ReflectionDocBlock not only allows you to read and interpret DocBlocks, but also to reconstruct them. This is useful if you need to add, remove, or modify tags in your codebase programmatically.
.. literalinclude:: ../examples/03-reconstituting-a-docblock.php
:language: php
:linenos: