Skip to content

Commit

Permalink
Update CS rules
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Sep 4, 2024
1 parent 633a06b commit d7d6112
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ $config->getFinder()
$config->setRules([
'@PSR1' => true,
'@Symfony' => true
'nullable_type_declaration' => [
'syntax' => 'question_mark',
],
'nullable_type_declaration_for_default_null_value' => true,
]);

return $config;
return $config;

0 comments on commit d7d6112

Please sign in to comment.