EasyDB::insertMany() function is handy, but it throws an exception when given an empty array. Most people don't know this, and since we already have a Psalm stub for it, we should modify the stub so that Psalm will warn us that empty arrays aren't allowed.
There are already about 25 errors for this, we should add them to our baseline and fix them gradually.