X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fpsy%2Fpsysh%2F.php_cs;h=421c31d2a53f3eafedd5bf34c2f41b9032458641;hb=74df008bdbb3a11eeea356744f39b802369bda3c;hp=94e2ce165721efe877942e0edff951f3fb1d8047;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website diff --git a/vendor/psy/psysh/.php_cs b/vendor/psy/psysh/.php_cs index 94e2ce165..421c31d2a 100644 --- a/vendor/psy/psysh/.php_cs +++ b/vendor/psy/psysh/.php_cs @@ -10,7 +10,7 @@ $finder = PhpCsFixer\Finder::create() $header = <<setRules(array( '@Symfony' => true, - 'array_syntax' => array('syntax' => 'long'), + 'array_syntax' => array('syntax' => 'short'), 'binary_operator_spaces' => false, 'concat_space' => array('spacing' => 'one'), 'header_comment' => array('header' => $header),