Skip to content

Instantly share code, notes, and snippets.

View remul's full-sized avatar

Fabio Lanfranconi remul

View GitHub Profile
<?php
return PhpCsFixer\Config::create()
->setRules([
'@Symfony' => true,
'blank_line_after_opening_tag' => true,
'braces' => ['allow_single_line_closure' => true],
'compact_nullable_typehint' => true,
'concat_space' => ['spacing' => 'one'],
'declare_equal_normalize' => ['space' => 'none'],