Last active
July 18, 2024 12:47
-
-
Save u01jmg3/80c63f7ab796feff07b6df9c51b13b1b to your computer and use it in GitHub Desktop.
[] => array()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
declare(strict_types=1); | |
use PhpCsFixer\Fixer\ArrayNotation\ArraySyntaxFixer; | |
use Symplify\EasyCodingStandard\Config\ECSConfig; | |
return ECSConfig::configure() | |
->withConfiguredRule(ArraySyntaxFixer::class, | |
array('syntax' => 'long') | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment