mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-02-25 11:06:22 -05:00
Fix types for extensions (#5901)
* Fix types for extensions To accompany https://github.com/FreshRSS/Extensions/pull/185 * Avoid bug redeclared function
This commit is contained in:
committed by
GitHub
parent
bc9ef0d188
commit
76cbfadcdf
@@ -5,7 +5,6 @@ class FreshRSS_javascript_Controller extends FreshRSS_ActionController {
|
||||
|
||||
/**
|
||||
* @var FreshRSS_ViewJavascript
|
||||
* @phpstan-ignore-next-line
|
||||
*/
|
||||
protected $view;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user