Skip to content

Commit 5f34302

Browse files
committed
Fix phpdoc
1 parent b0ae412 commit 5f34302

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

includes/sanitizers/class-amp-tag-and-attribute-sanitizer.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2033,10 +2033,6 @@ static function ( $property_name ) use ( $properties ) {
20332033
* - AMP_Rule_Spec::NOT_APPLICABLE - $attr_name does not exist or there is no rule for this attribute.
20342034
* @type array[] $errors Property errors.
20352035
* }
2036-
*
2037-
* Array where the result code is accompanied by its data in the format [ $result_code, $result_data ].
2038-
* The result code could be:
2039-
* The $result_data null if PASS or NOT_APPLICABLE, and if FAIL it is an array of errors.
20402036
*/
20412037
private function check_attr_spec_rule_value_properties( DOMElement $node, $attr_name, $attr_spec_rule ) {
20422038
if ( isset( $attr_spec_rule[ AMP_Rule_Spec::VALUE_PROPERTIES ] ) && $node->hasAttribute( $attr_name ) ) {

0 commit comments

Comments
 (0)