X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fdiff%2FSlotDiffRenderer.php;h=c58502b2b749add085673564b54efb1e39b8b3d0;hp=969e0ba7a38cd1ec3e682fb55780c85e594d5484;hb=54c93f1d384cd5accd2db2ebbb911e4d627c2980;hpb=8da05da2976314d5493abf112e369d0501c6d156 diff --git a/includes/diff/SlotDiffRenderer.php b/includes/diff/SlotDiffRenderer.php index 969e0ba7a3..c58502b2b7 100644 --- a/includes/diff/SlotDiffRenderer.php +++ b/includes/diff/SlotDiffRenderer.php @@ -44,7 +44,7 @@ abstract class SlotDiffRenderer { * must have the same content model that was used to obtain this diff renderer. * @param Content|null $oldContent * @param Content|null $newContent - * @return string + * @return string HTML, one or more tags. */ abstract public function getDiff( Content $oldContent = null, Content $newContent = null );