PhpStorm 2024.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.

Inspection

Description

Default Severity

Missing @copyright/@license tags

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

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: 17 April 2024