Add PHPStan and other quality checks
Similar to FreshRSS core Contributes to https://github.com/FreshRSS/Extensions/issues/184
This commit is contained in:
parent
a86467db48
commit
b49596818c
59 changed files with 1173 additions and 404 deletions
13
xExtension-ShareByEmail/Models/View.php
Normal file
13
xExtension-ShareByEmail/Models/View.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace ShareByEmail\mailers;
|
||||
|
||||
class View extends \Minz_View {
|
||||
|
||||
public ?\FreshRSS_Entry $entry = null;
|
||||
public string $content = '';
|
||||
public string $subject = '';
|
||||
public string $to = '';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue