1
0
Fork 0
mirror of https://github.com/archtechx/template.git synced 2025-12-11 21:14:02 +00:00

'single_line_empty_body' => true

This commit is contained in:
Samuel Štancl 2023-08-31 16:38:16 +02:00 committed by GitHub
parent 2cb201bd16
commit caa1260fb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@ use PhpCsFixer\Config;
use PhpCsFixer\Finder;
$rules = [
'single_line_empty_body' => true,
'array_syntax' => ['syntax' => 'short'],
'binary_operator_spaces' => [
'default' => 'single_space',