Open Sam-Burns opened 4 years ago
A suggestion to make better use of typehinting, now we are on PHP 7.3+
Hello, why you don't use declare(strict_types=1);? I think if you don't define this declare, that the scalar types don't really strict.
declare(strict_types=1);
A suggestion to make better use of typehinting, now we are on PHP 7.3+