# Syntax Error Analyzer

Category Severity Time To Fix
✅ Reliability ⚠️ Critical 5 minutes

Class: Enlightn\Enlightn\Analyzers\Reliability\SyntaxErrorAnalyzer

# Introduction

This analyzer confirms that your application does not have any syntax errors.

# How To Fix

This analyzer flags the files and lines of code associated with the syntax errors. To fix the issue, simply fix the syntax errors. Generally, your IDE should highlight the syntax errors in the flagged PHP files along with some recommendations to fix it.

# References