You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a php-cs-fixer rule that automatically fix my files to add the declare(strict_types=1); directive on top of my files, including translations files (auth.php, validation.php, ...).
The package keeps removing them, when I want to keep them. Is it possible to keep this directive?
The text was updated successfully, but these errors were encountered:
khalyomede
changed the title
Keep "declate" statements on top of file
Keep "declare" statements on top of file
May 31, 2022
I have a php-cs-fixer rule that automatically fix my files to add the
declare(strict_types=1);
directive on top of my files, including translations files (auth.php, validation.php, ...).The package keeps removing them, when I want to keep them. Is it possible to keep this directive?
The text was updated successfully, but these errors were encountered: