These are the current checks implemented.
- Extending undefined classes.
- Methods without modifiers(private, public & protected).
- Classes that start with a lowercase.
- Methods that return a value without defining a return type.
- Constants that have all letters in lowercase.
- Parameters without any type.
- Correct location for the PHP opening tag.