diff: Avoid Phan warning with some Wikidiff2 versions
Something changed in WMF CI config that causes this warning to be emitted, perhaps T397429#11035011. Change-Id: Ib477c1812c48a96b252a4f687e09f1ca5c30c2f3 (cherry picked from commit 4b5fc06c5e34b0a9332c9228ac3c28fd0f750c6c)
This commit is contained in:
parent
1469f52ab0
commit
2f9383b270
1 changed files with 1 additions and 0 deletions
|
|
@ -151,6 +151,7 @@ class Wikidiff2TextDiffer extends BaseTextDiffer {
|
|||
* @param string $old
|
||||
* @param string $new
|
||||
* @return string
|
||||
* @suppress PhanParamTooManyInternal,UnusedSuppression Spurious Phan warning with wikidiff <1.5.0 or >=1.8.0
|
||||
*/
|
||||
private function doTableFormat( $old, $new ) {
|
||||
if ( $this->haveCutoffParameter ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue