PhpStorm 2021.1 Help

Code Inspections in Joomla!

This topic lists all PhpStorm code inspections available in Joomla!.

You can toggle specific inspections or change their severity level on the Editor | Inspections page of the IDE settings Ctrl+Alt+S.

InspectionDescriptionDefault Severity
Missing @copyright/@license tag file

Reports the file header DocBlocks that do not contain the @copyright and @license tags required by the Joomla! DocBlocks standard.

See Joomla! Coding Standards (developer.joomla.org) for details.

Weak Warning Weak warning
Missing @since tag(s)

Reports the class, class property, and class method DocBlocks that do not contain the @since tag required by the Joomla! DocBlocks standard.

See Joomla! Coding Standards (developer.joomla.org) for details.

Weak Warning Weak warning
Last modified: 16 July 2021