We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de78fd commit d14d596Copy full SHA for d14d596
1 file changed
wp-includes/parser/class-wp-parser-node.php
@@ -381,9 +381,4 @@ public function get_length(): int {
381
$last_token = $tokens[ count( $tokens ) - 1 ];
382
return $last_token->start + $last_token->length - $first_token->start;
383
}
384
-
385
- /*
386
- * @TODO: Let's implement a more powerful AST-querying API.
387
- * See: https://github.com/WordPress/sqlite-database-integration/pull/164#discussion_r1855230501
388
- */
389
0 commit comments