AndreaCrotti / yasnippet-snippets

a collection of yasnippet snippets for many languages
GNU General Public License v3.0
1.17k stars 465 forks source link

Add declare(strict_types=1); to PHP instead of ticks #496

Closed zonuexe closed 6 months ago

zonuexe commented 7 months ago

In modern PHP code declare(strict_types=1); can appear in almost every file, but very few ticks.

Although these are separate feature from each other, it makes sense to remove ticks since the declare keyword is in conflict.