mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-06-16 19:39:07 -04:00
* Add PHPStan #fix https://github.com/FreshRSS/FreshRSS/issues/4016 https://phpstan.org/ ```sh composer run-script phpstan ``` * More fixes * Fix global variables * Add .phtml * Fix merge https://github.com/FreshRSS/FreshRSS/pull/4090 * Fix more warnings * Fix view errors and enable in CI * ReturnTypeWillChange * Dynamic view type * Fix Minz static/self bug
7 lines
111 B
PHTML
7 lines
111 B
PHTML
<?php /** @var FreshRSS_View $this */ ?>
|
|
<?php
|
|
|
|
if ($this->query) {
|
|
$this->renderHelper('configure/query');
|
|
}
|