标签: php phplint
我正在使用PHPLint来修饰我的Laravel代码,大多数情况都很好,但是我遇到了__construct() linting的问题。
__construct()
我使用的是非常常见的parent::__construct();行,但PHPLint告诉我这些类“没有父级”。有人碰到过这个并解决了吗?
parent::__construct();
在Sublime Text中使用SublimeLinter。