===================== Rule ``array_syntax`` ===================== PHP arrays should be declared using the configured syntax. Configuration ------------- ``syntax`` ~~~~~~~~~~ Whether to use the ``long`` or ``short`` array syntax. Allowed values: ``'long'`` and ``'short'`` Default value: ``'short'`` Examples -------- Example #1 ~~~~~~~~~~ *Default* configuration. .. code-block:: diff --- Original +++ New 'long']``. .. code-block:: diff --- Original +++ New `_ - `@PER-CS <./../../ruleSets/PER-CS.rst>`_ - `@PER-CS2.0 <./../../ruleSets/PER-CS2.0.rst>`_ - `@PHP54Migration <./../../ruleSets/PHP54Migration.rst>`_ - `@PHP70Migration <./../../ruleSets/PHP70Migration.rst>`_ - `@PHP71Migration <./../../ruleSets/PHP71Migration.rst>`_ - `@PHP73Migration <./../../ruleSets/PHP73Migration.rst>`_ - `@PHP74Migration <./../../ruleSets/PHP74Migration.rst>`_ - `@PHP80Migration <./../../ruleSets/PHP80Migration.rst>`_ - `@PHP81Migration <./../../ruleSets/PHP81Migration.rst>`_ - `@PHP82Migration <./../../ruleSets/PHP82Migration.rst>`_ - `@PHP83Migration <./../../ruleSets/PHP83Migration.rst>`_ - `@PHP84Migration <./../../ruleSets/PHP84Migration.rst>`_ - `@PhpCsFixer <./../../ruleSets/PhpCsFixer.rst>`_ - `@Symfony <./../../ruleSets/Symfony.rst>`_ References ---------- - Fixer class: `PhpCsFixer\\Fixer\\ArrayNotation\\ArraySyntaxFixer <./../../../src/Fixer/ArrayNotation/ArraySyntaxFixer.php>`_ - Test class: `PhpCsFixer\\Tests\\Fixer\\ArrayNotation\\ArraySyntaxFixerTest <./../../../tests/Fixer/ArrayNotation/ArraySyntaxFixerTest.php>`_ The test class defines officially supported behaviour. Each test case is a part of our backward compatibility promise.