FreshRSS-Extensions/xExtension-QuickCollapse/Models/View.php
Alexandre Alapetite b49596818c
Add PHPStan and other quality checks
Similar to FreshRSS core
Contributes to https://github.com/FreshRSS/Extensions/issues/184
2023-11-23 22:41:09 +01:00

12 lines
206 B
PHP

<?php
declare(strict_types=1);
namespace QuickCollapse;
class View extends \Minz_View {
public string $icon_url_in = '';
public string $icon_url_out = '';
public string $i18n_toggle_collapse = '';
}