Skip to content

Commit 39a49e5

Browse files
authored
feat: loosen method sorting rules (#104)
1 parent b976604 commit 39a49e5

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

src/Cdn77/ruleset.xml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,9 @@
6060
static constructors,
6161
destructor,
6262
magic methods,
63-
public static abstract methods,
64-
public abstract methods,
65-
public static final methods,
66-
public static methods,
67-
public final methods,
68-
public methods,
69-
protected static abstract methods,
70-
protected abstract methods,
71-
protected static final methods,
72-
protected static methods,
73-
protected final methods,
74-
protected methods,
75-
private static methods,
76-
private methods,
63+
all public methods,
64+
all protected methods,
65+
all private methods,
7766
"/>
7867
</properties>
7968
</rule>

0 commit comments

Comments
 (0)