Use explicit type-cast on ImportType::getField() return values in various methods of ImportType to supress type warning or error when using those variables.
Motivation and Context
PHP 8+ deprecates the use of implicit type casting on some core function parameters. Explicit type-casting will solve the potential issues in the future.
Description
Motivation and Context
How Has This Been Tested?