AndreaCrotti / yasnippet-snippets

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

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

Closed zonuexe closed 2 months ago

zonuexe commented 2 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.