According to PSR-12, short form of type keywords MUST be used, that is bool instead of boolean, int instead of integer, and so on.
bool
boolean
int
integer
See Keywords and Types (php-fig.org) for details.