X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fpsy%2Fpsysh%2F.php_cs;fp=vendor%2Fpsy%2Fpsysh%2F.php_cs;h=421c31d2a53f3eafedd5bf34c2f41b9032458641;hp=94e2ce165721efe877942e0edff951f3fb1d8047;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 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),