phpstan level 2

This commit is contained in:
slawkens
2024-02-01 21:30:34 +01:00
parent 8705d3eedd
commit 42ce80170e
16 changed files with 56 additions and 21 deletions

View File

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