Modified the file README.md

This commit is contained in:
mm 2025-03-28 23:40:22 +08:00
parent 7496669c92
commit 36fdba9463
8 changed files with 61 additions and 18 deletions

View file

@ -5,8 +5,8 @@ class replaceEntryUrlExtension extends Minz_Extension {
const ALLOWED_LIST = [];
/**
* @throws FreshRSS_Context_Exception
*/
* @throws FreshRSS_Context_Exception
*/
public function init() {
if (!FreshRSS_Context::hasSystemConf()) {
throw new FreshRSS_Context_Exception('System configuration not initialised!');
@ -23,8 +23,8 @@ class replaceEntryUrlExtension extends Minz_Extension {
}
/**
* @throws FreshRSS_Context_Exception
*/
* @throws FreshRSS_Context_Exception
*/
public function handleConfigureAction(): void {
$this->registerTranslates();