mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
phpstan level 2
This commit is contained in:
@@ -16,7 +16,7 @@ $title = 'Notepad';
|
||||
csrfProtect();
|
||||
|
||||
/**
|
||||
* @var $account_logged OTS_Account
|
||||
* @var OTS_Account $account_logged
|
||||
*/
|
||||
$_content = '';
|
||||
$notepad = ModelsNotepad::where('account_id', $account_logged->getId())->first();
|
||||
|
Reference in New Issue
Block a user