mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-02-27 12:07:09 -05:00
A few additional PHPStan rules (#5388)
A subset of https://github.com/phpstan/phpstan-strict-rules
This commit is contained in:
committed by
GitHub
parent
fe7d9bbcd6
commit
6e2f2f1c1e
@@ -2,7 +2,10 @@
|
||||
|
||||
class FreshRSS_javascript_Controller extends FreshRSS_ActionController {
|
||||
|
||||
/** @var FreshRSS_ViewJavascript */
|
||||
/**
|
||||
* @var FreshRSS_ViewJavascript
|
||||
* @phpstan-ignore-next-line
|
||||
*/
|
||||
protected $view;
|
||||
|
||||
public function __construct() {
|
||||
|
||||
Reference in New Issue
Block a user