Closed zonuexe closed 6 months ago
In modern PHP code declare(strict_types=1); can appear in almost every file, but very few ticks.
declare(strict_types=1);
ticks
Although these are separate feature from each other, it makes sense to remove ticks since the declare keyword is in conflict.
declare
In modern PHP code
declare(strict_types=1);
can appear in almost every file, but very fewticks
.Although these are separate feature from each other, it makes sense to remove
ticks
since thedeclare
keyword is in conflict.