DEV Community

Discussion on: Choosing PHP in 2018

Collapse
 
itsdarrylnorris profile image
Darryl Norris

I love the native (since PHP7) type hinting support. If can make type hinting into your company standard this will bring a lot of bugs into the light. Also, the beauty is that does not need an external library like TypeScript or Flow.

Collapse
 
fmertins profile image
Fernando Mertins

declare(strict_types=1);
:-D