X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcontent%2FAbstractContent.php;h=0a8bb9e99739e7305c257087461d1b450a47e509;hb=46f3a2c79c76c20568a50323d7ec226ba3053434;hp=495711ab05a636adc348aeb8b1abbcefa6c419f3;hpb=22aeca2dfeb7efd3f15036cbb869d6e0b90bc3d8;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/content/AbstractContent.php b/includes/content/AbstractContent.php index 495711ab05..0a8bb9e997 100644 --- a/includes/content/AbstractContent.php +++ b/includes/content/AbstractContent.php @@ -381,8 +381,8 @@ abstract class AbstractContent implements Content { * * @since 1.21 * - * @param $page \WikiPage the deleted page - * @param $parserOutput null|\ParserOutput optional parser output object + * @param $page WikiPage the deleted page + * @param $parserOutput null|ParserOutput optional parser output object * for efficient access to meta-information about the content object. * Provide if you have one handy. *