Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
DevKit updates (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI authored Oct 11, 2020
1 parent 5d792e8 commit d09c1b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ $rules = [
'combine_consecutive_issets' => true,
'combine_consecutive_unsets' => true,
'compact_nullable_typehint' => true,
'global_namespace_import' => ['import_classes' => false, 'import_constants' => false, 'import_functions' => false],
'header_comment' => [
'header' => $header,
],
Expand Down

0 comments on commit d09c1b9

Please sign in to comment.