yasnippet-snippets
yasnippet-snippets copied to clipboard
Add declare(strict_types=1); to PHP instead of ticks
trafficstars
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.