Minor - Update CI. phpdoc_annotation_without_dot = false

pull/2688/head
Julio Montoya 7 years ago
parent 6135274b67
commit 50a817feb9
  1. 1
      .php_cs.dist

@ -17,6 +17,7 @@ $rules = [
'yoda_style' => false,
'phpdoc_to_comment' => false,
'phpdoc_no_package' => false,
'phpdoc_annotation_without_dot' => false,
'increment_style' => ['style' => 'post'],
'no_useless_else' => false,
//'no_php4_constructor' => true,

Loading…
Cancel
Save