Commit b57ba26
committed
feat: add new rules from phpyh/coding-standard
- blank_line_before_statement: blank lines before return, throw, try, etc.
- multiline_whitespace_before_semicolons: no_multi_line strategy
- no_superfluous_phpdoc_tags: remove redundant @inheritdoc
- nullable_type_declaration_for_default_null_value: explicit nullability
- numeric_literal_separator: 1_000_000 instead of 1000000
- ordered_imports: class, function, const order1 parent b5df108 commit b57ba26
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
| |||
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
| 75 | + | |
| 76 | + | |
72 | 77 | | |
| 78 | + | |
73 | 79 | | |
74 | 80 | | |
75 | 81 | | |
| |||
0 commit comments