Skip to content

Commit

Permalink
Auto phpcs fixes using phpcbf.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdharmesh committed Jul 4, 2022
1 parent 1732d5c commit ec4f598
Show file tree
Hide file tree
Showing 3 changed files with 524 additions and 515 deletions.
2 changes: 1 addition & 1 deletion includes/safe-svg-attributes.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ public static function getAttributes() {
*/
return apply_filters( 'svg_allowed_attributes', parent::getAttributes() );
}
}
}
2 changes: 1 addition & 1 deletion includes/safe-svg-tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ public static function getTags() {
*/
return apply_filters( 'svg_allowed_tags', parent::getTags() );
}
}
}
Loading

0 comments on commit ec4f598

Please sign in to comment.