nanch / phpfmt_stable

This is a stable snapshot (version 6125cf9) of the phpfmt plugin for Sublime Text
143 stars 34 forks source link

PHP 7 declare strict get changed #8

Open MicMonen opened 8 years ago

MicMonen commented 8 years ago

Unwanted style changes inside the declare statement.

declare(strict_types=1);

will become

declare (strict_types = 1);