Skip to content

Commit

Permalink
Remove duplication of 'private method' on SlevomatCodingStandard.Clas…
Browse files Browse the repository at this point in the history
…ses.ClassStructure
  • Loading branch information
edpittol authored and kukulich committed Nov 7, 2024
1 parent a1d377e commit 6911c2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ constructor, static constructors, destructor, magic methods,
public methods, protected methods, private methods,
public final methods, public static final methods, protected final methods, protected static final methods,
public abstract methods, public static abstract methods, protected abstract methods, protected static abstract methods,
public static methods, protected static methods, private static methods,
private methods
public static methods, protected static methods, private static methods

**List of supported shortcuts**:
constants, properties, static properties, methods, all public methods, all protected methods, all private methods, static methods, final methods, abstract methods
Expand Down

0 comments on commit 6911c2f

Please sign in to comment.