Change record status: 
Description: 

Tags that indicate the type of a variable, of a parameter, or of the return value of a function/method (@var, @param, @return) must be compliant with the PHPDoc Type syntax as documented by PHPStan. This allows advanced static analysis of Drupal codebase.

This replaces the discrete list of types prescribed by Drupal coding standards, allowing a more dynamic list that is recognized by a wider community.