Change record status: 
Project: 
Introduced in branch: 
10.1.x
Introduced in version: 
10.1.0
Description: 

Drupal\file\FileInterface::getCreatedTime() was previously documented as returning an integer but returned a string or null. It now returns an integer or null and is documented as such.

Drupal\file\FileInterface::getSize() was previously documented as returning a string but returned a string or null. It now returns an integer or null and is documented as such.

Impacts: 
Module developers