File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -657,7 +657,7 @@ public function get_unsupported_exception() {
657657 * @param string $selector_string Selector string.
658658 * @return Generator<void> A generator pausing on each tag matching the selector.
659659 */
660- public function select_all ( string $ selector_string ): ? Generator {
660+ public function select_all ( string $ selector_string ): Generator {
661661 $ selector = WP_CSS_Selector::from_selectors ( $ selector_string );
662662 if ( null === $ selector ) {
663663 return ;
@@ -674,7 +674,7 @@ public function select_all( string $selector_string ): ?Generator {
674674 * Move to the next tag matching the provided CSS selector string.
675675 *
676676 * This method will stop at the next match. To progress through all matches, use
677- * the ` select_all` method.
677+ * the {@see WP_HTML_Processor:: select_all()} method.
678678 *
679679 * @example
680680 *
You can’t perform that action at this time.
0 commit comments