include::../introduction.adoc[] == Why is this an issue? include::../why-is-this-an-issue.adoc[] Try to imagine using a standard library without documentation. It is recommended to document the API to clarify what is the contract of the API. This is especially important for public APIs, as they are used by other developers. == How to fix it Add the missing documentation for the files, classes, functions and variables. === Code examples ==== Noncompliant code example [source,php,diff-id=1,diff-type=noncompliant] ----