PHPLint class do not has a parent

80 views Asked by At

I'm using PHPLint to lint my Laravel code, most things are fine, but I am having an issue with the __construct() linting.

I am using the very common parent::__construct(); line, but PHPLint is telling me that the classes 'do not has parent'. Anyone come across this, and solved it?

Using SublimeLinter in Sublime Text.

0

There are 0 answers