We're a place where coders share, stay up-to-date and grow their careers.
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.
declare(strict_types=1); :-D
declare(strict_types=1);
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.
declare(strict_types=1);
:-D