diff --git a/.phan/config.php b/.phan/config.php new file mode 100644 index 0000000..76efd06 --- /dev/null +++ b/.phan/config.php @@ -0,0 +1,3 @@ +formatNum( $this->editsInNs( $user, $namespace ) ); } + // @phan-suppress-next-line SecurityCheck-XSS $this->getOutput()->addHTML( $out ); } else { $nscount = $this->editsByNs( $user ); diff --git a/src/EditcountHTML.php b/src/EditcountHTML.php index 44b6139..2967bd9 100644 --- a/src/EditcountHTML.php +++ b/src/EditcountHTML.php @@ -51,6 +51,7 @@ class EditcountHTML extends Editcount { $out .= ' '; + // @phan-suppress-next-line SecurityCheck-XSS $this->getOutput()->addHTML( $out ); }