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
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
declare(strict_types=1);
|
||||
|
||||
class TitleWrapExtension extends Minz_Extension {
|
||||
final class TitleWrapExtension extends Minz_Extension {
|
||||
#[Override]
|
||||
public function init(): void {
|
||||
Minz_View::appendStyle($this->getFileUrl('title_wrap.css', 'css'));
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "Title-Wrap",
|
||||
"author": "₣rans de Jonge, Joris Kinable",
|
||||
"description": "Applies a line-wrap to long article titles, as opposed to truncating the title when it overflows its display area.",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"entrypoint": "TitleWrap",
|
||||
"type": "user"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue