Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 PHPLint 对我的 Laravel 代码进行 lint,大多数情况都很好,但是我遇到了 linting 的问题__construct()。
__construct()
我使用的是非常常见的parent::__construct();行,但 PHPLint 告诉我类“没有父级”。有谁遇到过这个,解决了吗?
parent::__construct();
在 Sublime Text 中使用 SublimeLinter。