Do we still need 'declare(strict_types=1)' in PHP 8.1?

Viewed 667

As asked above, are we still required to put declare(strict_types=1) in the header of every single program in our projects in PHP 8.1?

I'd love for it to be just strict all the time.

1 Answers
Related