Skip to content

Commit 9aee018

Browse files
committed
lint
1 parent ca5ca68 commit 9aee018

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tests/benchmarks/benchmarks/html-api/WpHtmlTagProcessorBench.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
use PhpBench\Attributes as Bench;
1111

1212
class WpHtmlTagProcessorBench {
13-
private $processor = null;
13+
/**
14+
* Processor instance for benchmarks.
15+
*/
16+
private WP_HTML_Tag_Processor|WP_HTML_Processor|null $processor = null;
1417

1518
public function clean_up_processor(): void {
1619
$this->processor = null;
@@ -106,7 +109,6 @@ public static function provide_script_tag_contents(): iterable {
106109
);
107110
}
108111

109-
110112
/**
111113
* Benchmark HTML parsing.
112114
* @param array{0: string} $params

0 commit comments

Comments
 (0)