Rename Double cast to Float_
Author: mttschCreated Aug 20, 2025Updated Feb 12, 2026
Replacement issue for #1104 targeting version 6:
With PHP's
(double)cast being deprecated and already having only been an alias for the (float) cast, introduceFloat_as a replacement for theDoublecast.
Source: nikic/PHP-Parser