Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions WordPress/Sniffs/Files/FileNameSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
* - This sniff will now allow for underscores in file names for certain theme
* specific exceptions if the `$is_theme` property is set to `true`.
* @since 0.12.0 - Now extends the `WordPress_Sniff` class.
*
* @uses WordPress_Sniff::$custom_test_class_whitelist
*/
class WordPress_Sniffs_Files_FileNameSniff extends WordPress_Sniff {

Expand Down
2 changes: 2 additions & 0 deletions WordPress/Sniffs/Variables/GlobalVariablesSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
*
* @since 0.3.0
* @since 0.4.0 This class now extends WordPress_Sniff.
*
* @uses WordPress_Sniff::$custom_test_class_whitelist
*/
class WordPress_Sniffs_Variables_GlobalVariablesSniff extends WordPress_Sniff {

Expand Down