File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ public function getRules()
2929 'increment_style ' => ['style ' => 'post ' ],
3030 'yoda_style ' => false ,
3131 'ordered_imports ' => ['sort_algorithm ' => 'alpha ' ],
32+ 'phpdoc_line_span ' => [
33+ 'property ' => 'single ' ,
34+ 'const ' => 'single ' ,
35+ ],
3236 ];
3337
3438 return $ rules ;
Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ public function getRules()
2929 'increment_style ' => ['style ' => 'post ' ],
3030 'yoda_style ' => false ,
3131 'ordered_imports ' => ['sort_algorithm ' => 'alpha ' ],
32+ 'phpdoc_line_span ' => [
33+ 'property ' => 'single ' ,
34+ 'const ' => 'single ' ,
35+ ],
3236 ];
3337
3438 return $ rules ;
Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ public function getRules()
2929 'increment_style ' => ['style ' => 'post ' ],
3030 'yoda_style ' => false ,
3131 'ordered_imports ' => ['sort_algorithm ' => 'alpha ' ],
32+ 'phpdoc_line_span ' => [
33+ 'property ' => 'single ' ,
34+ 'const ' => 'single ' ,
35+ ],
3236 ];
3337
3438 return $ rules ;
Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ public function getRules()
2929 'increment_style ' => ['style ' => 'post ' ],
3030 'yoda_style ' => false ,
3131 'ordered_imports ' => ['sort_algorithm ' => 'alpha ' ],
32+ 'phpdoc_line_span ' => [
33+ 'property ' => 'single ' ,
34+ 'const ' => 'single ' ,
35+ ],
3236 ];
3337
3438 return $ rules ;
You can’t perform that action at this time.
0 commit comments