2 foreign keys to same primary in one table

I know this is valid to do, but I get an error

The number of properties specified for the foreign key {'added_by', 'updated_by'} on entity type 'PropertyPmChecklist' does not match the number of properties in the principal key {'id'} on entity type 'User'.

It's not 1 FK, so not sure why it lists it as such?

image