== Why is this an issue? When present, the ``++abstract++`` and ``++final++`` declarations should precede the visibility declaration. When present, the ``++static++`` declaration should come after the visibility declaration. === Compliant solution [source,php] ----