php - PHPLint class do not has a parent -
i'm using phplint lint laravel code, things fine, having issue __construct() linting.
i using common parent::__construct(); line, phplint telling me classes 'do not has parent'. come across this, , solved it?
using sublimelinter in sublime text.
Comments
Post a Comment