Re: mixed docblock
Arno Welzel <[email protected]>
| Newsgroups | comp.lang.php |
|---|---|
| Message-ID | <[email protected]> |
alex, 2021-01-23 17:48: > / ** > * Public part > * / > > / ** > * @internal > * Private part > * / > > But in a docblock, can both a public and a private part formally coexist? > > For example: > > / ** > * Public part > * @internal > * Private part > * / See the documentation: <https://docs.phpdoc.org/2.9/references/phpdoc/tags/internal.html> -- Arno Welzel https://arnowelzel.de