Egor Verbitskiy

Results 2 issues of Egor Verbitskiy

Fixes `Cannot read properties of undefined (reading 'flags')` happening because of missing validation of `declaration.parent.arguments` `pos` in `getInfo` function of `returnValueCorrect` codefix. Fixes #53919

For Backlog Bug

Sometimes you want to get all records from table (for example if it is a dictionary). Each model has findAll($condition) method, but you can call it without condition. I suggest...