Code Inspection: Short open tag usage Last modified: 16 May 2022Configure inspections: Settings / Preferences | Editor | InspectionsShow intention actions: Alt+Enter Reports short PHP opening tag <? usages. Since short tags can be disabled in the PHP interpreter configuration, using them may lead to code compatibility issues. See PHP tags (php.net) for details. Suppress an inspection in the editor Position the caret at the highlighted line and press Alt+Enter or click .Click the arrow next to the inspection you want to suppress and select the necessary suppress action. Thanks for your feedback!Was this page helpful?YesNo