Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
spacedmonkey committed Nov 24, 2022
1 parent 650c06a commit d41d483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/unit/tests/AMP/Meta_Sanitizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ static function ( $spec ) {
/**
* Provide data to the test_sanitize method.
*
* @return array<string, string[]>
* @return array<string, string[]> Array of arrays with test data.
*/
public function get_data_for_sanitize(): array {
$script1 = 'document.body.textContent += "First!";';
Expand Down

0 comments on commit d41d483

Please sign in to comment.