Today, the vast majority of commercial PHP projects are developed enforcing the use of strong types by static analyzers like PHPStan in the CI pipeline, and having the strict_types declaration set.

As a community, we've seen enough untyped PHP spaghetti code in the early 2000s and never want to go back there.