refactor: remove all empty declarations + add missing type declarations

update composer dependencies
This commit is contained in:
Yassine Doghri 2021-05-18 17:16:36 +00:00
commit fb3593f828
No known key found for this signature in database
GPG key ID: 3E7F89498B960C9F
103 changed files with 745 additions and 1287 deletions

View file

@ -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()
{