With all the new upgrades released in PHP 8.2
with readonly classes, is it possible to do:
declare(strict_types=1);
globally in a project?
With all the new upgrades released in PHP 8.2
with readonly classes, is it possible to do:
declare(strict_types=1);
globally in a project?