ActionController.php 180 B

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