Minor - Add no_break_comment in php cs

pull/2458/head
jmontoyaa 8 years ago
parent fe04224eec
commit f07c8088f2
  1. 1
      .php_cs.dist

@ -18,6 +18,7 @@ $rules = [
'ordered_class_elements' => true,
'ordered_imports' => true,
'phpdoc_order' => true,
'no_break_comment' => true,
'@PHP56Migration' => true,
'@PHP56Migration:risky' => true,
'@PHPUnit57Migration:risky' => true,

Loading…
Cancel
Save