Following on from #3203611: Wrong typehint in \Drupal\field\Entity\FieldConfig::loadByName, the documented return type of \Drupal\field\Entity\FieldConfig::loadByName
is still not exactly correct.
The return type should be fully qualified, to not cause tooling like PHPStan to blow up, and PHP Storm to report errors.