Skip to content

Commit 5605942

Browse files
committed
Remove redundant see phpdoc annotations
1 parent b02cd79 commit 5605942

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/wp-includes/html-api/class-wp-css-selector.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,10 @@
6767
*
6868
* @access private
6969
*
70-
* @see {@link https://www.w3.org/TR/css-syntax-3/}
71-
* @see {@link https://www.w3.org/tr/selectors/}
72-
* @see {@link https://www.w3.org/TR/selectors-api2/}
73-
* @see {@link https://www.w3.org/TR/selectors-4/}
74-
*
70+
* @link https://www.w3.org/TR/css-syntax-3/
71+
* @link https://www.w3.org/tr/selectors/
72+
* @link https://www.w3.org/TR/selectors-api2/
73+
* @link https://www.w3.org/TR/selectors-4/
7574
*/
7675
class WP_CSS_Selector implements WP_CSS_HTML_Processor_Matcher {
7776
public function matches( WP_HTML_Processor $processor ): bool {

0 commit comments

Comments
 (0)