Skip to content

Instantly share code, notes, and snippets.

@Padam87
Last active October 19, 2015 22:31
Show Gist options
  • Save Padam87/8a8ef7fccfa8fbf6bed7 to your computer and use it in GitHub Desktop.
Save Padam87/8a8ef7fccfa8fbf6bed7 to your computer and use it in GitHub Desktop.
My PHP CS
<?php
return Symfony\CS\Config\Symfony23Config::create()
->fixers(
[
'-concat_without_spaces',
'concat_with_spaces',
'ordered_use',
'short_array_syntax',
]
)
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment