Skip to content

Commit d442360

Browse files
committed
Remove unneccesary phan error suppression
Signed-off-by: Jack Cherng <[email protected]>
1 parent df07373 commit d442360

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Diff.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ public function render(AbstractRenderer $renderer): string
250250

251251
// the "no difference" situation may happen frequently
252252
return $this->oldNewComparison === 0
253-
/** @phan-suppress-next-line PhanDeprecatedFunction */
254253
? $renderer->getResultForIdenticals()
255254
: $renderer->render();
256255
}

0 commit comments

Comments
 (0)