Files
FreshRSS/app/views/configure/query.phtml
Alexandre Alapetite dfac9f5813 PHPStan booleansInConditions (#6793)
* PHPStan booleansInConditions

* Uniformisation
2024-09-11 17:14:53 +02:00

11 lines
217 B
PHTML

<?php
declare(strict_types=1);
/** @var FreshRSS_View $this */
if (!Minz_Request::paramBoolean('ajax')) {
$this->partial('aside_configure');
}
if ($this->query !== null) {
$this->renderHelper('configure/query');
}