New developer command to test all third-party extensions
* `composer run-script phpstan-third-party` * Rename the directory for generate.php to `third-party` instead of `tmp` * Take advantage of PHPStan checkMissingOverrideMethodAttribute https://phpstan.org/config-reference#checkmissingoverridemethodattribute * Detected and fixed bug in URL of https://github.com/tunbridgep/freshrss-invidious
This commit is contained in:
parent
9f21984b8c
commit
cc6bf0d1e6
45 changed files with 192 additions and 100 deletions
|
|
@ -18,8 +18,8 @@ final class Share extends \Minz_Mailer {
|
|||
|
||||
$this->view->content = $content;
|
||||
|
||||
if (isset(\FreshRSS_Context::$system_conf)) {
|
||||
$subject_prefix = '[' . \FreshRSS_Context::$system_conf->title . ']';
|
||||
if (\FreshRSS_Context::hasSystemConf()) {
|
||||
$subject_prefix = '[' . \FreshRSS_Context::systemConf()->title . ']';
|
||||
} else {
|
||||
$subject_prefix = '';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue