Skip to content

Commit

Permalink
Add @SInCE class changelogs for PR #647.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Aug 1, 2016
1 parent 7948f25 commit c094b12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WordPress/Sniffs/PHP/StrictInArraySniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
*
* @since 0.9.0
* @since 0.10.0 This sniff not only checks for `in_array()`, but also `array_search()` and `array_keys()`.
* The sniff no longer needlessly extends the WordPress_Sniffs_Arrays_ArrayAssignmentRestrictionsSniff
* which it didn't use.
*/
class WordPress_Sniffs_PHP_StrictInArraySniff extends WordPress_Sniff {

Expand Down
2 changes: 2 additions & 0 deletions WordPress/Sniffs/VIP/SessionVariableUsageSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
* @author Shady Sharaf <shady@x-team.com>
*
* @since 2014-12-11
* @since 0.10.0 The sniff no longer needlessly extends the Generic_Sniffs_PHP_ForbiddenFunctionsSniff
* which it didn't use.
*/
class WordPress_Sniffs_VIP_SessionVariableUsageSniff extends Generic_Sniffs_PHP_ForbiddenFunctionsSniff {

Expand Down

0 comments on commit c094b12

Please sign in to comment.