fix phpdoc

This commit is contained in:
Yuri Kuznetsov
2022-08-10 17:05:49 +03:00
parent 1af9256658
commit dc433f5a82
12 changed files with 29 additions and 29 deletions
@@ -63,7 +63,7 @@ class Container
'user',
];
/** @var string[] */
/** @var string[] $fileList */
$fileList = scandir('application/Espo/Core/Loaders');
if (file_exists('custom/Espo/Custom/Core/Loaders')) {