== Why is this an issue? Try to imagine using a standard library without documentation. It would be a nightmare, because documentation is the only way to understand of the contract of the API. Documenting an API increases the productivity of the developers consuming it. === Noncompliant code example [source,php] ----