Skip to content

Commit

Permalink
Merge pull request #430 from WordPress-Coding-Standards/feature/hash_…
Browse files Browse the repository at this point in the history
…equals

Add hash_equals() to list of sanitizing functions
  • Loading branch information
westonruter committed Aug 26, 2015
2 parents a203e17 + 0e8f781 commit d5717e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WordPress/Sniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ abstract class WordPress_Sniff implements PHP_CodeSniffer_Sniff {
'esc_url_raw' => true,
'filter_input' => true,
'filter_var' => true,
'hash_equals' => true,
'in_array' => true,
'intval' => true,
'is_array' => true,
Expand Down

0 comments on commit d5717e7

Please sign in to comment.