mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-14 20:17:46 +02:00
refactor: remove all empty declarations + add missing type declarations
update composer dependencies
This commit is contained in:
parent
93e605b406
commit
fb3593f828
103 changed files with 745 additions and 1287 deletions
|
|
@ -26,15 +26,8 @@ class NoteController extends Controller
|
|||
*/
|
||||
protected $helpers = ['activitypub'];
|
||||
|
||||
/**
|
||||
* @var Note
|
||||
*/
|
||||
protected $note;
|
||||
|
||||
/**
|
||||
* @var ActivityPub
|
||||
*/
|
||||
protected $config;
|
||||
protected Note $note;
|
||||
protected ActivityPub $config;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue