Skip to content

Instantly share code, notes, and snippets.

@u01jmg3
Last active July 18, 2024 12:47
Show Gist options
  • Save u01jmg3/80c63f7ab796feff07b6df9c51b13b1b to your computer and use it in GitHub Desktop.
Save u01jmg3/80c63f7ab796feff07b6df9c51b13b1b to your computer and use it in GitHub Desktop.
[] => array()
<?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