Code Inspection: Non-canonical order of elements
Reports the PHPDoc tags that have elements listed in non-canonical order.
For example, for such tags as @property
, @param
, or @var
, the inspection will report the usages of [name] ["Type"]
instead of ["Type"] [name]
.
Last modified: 08 December 2020