ActionController.php 155 B

12345678910
  1. <?php
  2. class FreshRSS_ActionController extends Minz_ActionController {
  3. /**
  4. * @var FreshRSS_View
  5. * @phpstan-ignore-next-line
  6. */
  7. protected $view;
  8. }