Pattern: Inconsistent type cast
Issue: -
Enforces using shorthand cast operators, forbids use of unset and binary cast operators: (bool)
instead of (boolean)
, (int)
instead of (integer)
, (float)
instead of (double)
or (real)
. (binary)
and (unset)
are forbidden.