-
Notifications
You must be signed in to change notification settings - Fork 0
Silverstripe Bespoke Sniffs
nate edited this page Mar 26, 2025
·
5 revisions
Custom Silverstripe Bespoke Standard Sniffs
Group: Extension
Disallow: This sniff aims to prevent the usage of $this->owner syntax on extensions
Recommend: It specifies that you must use ->getOwner()
Group: Extension
Disallow: This sniff aims to prevent Recommend: It specifies that you must
Your sniff here?
- How to create a custom sniff
- License