X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/supprimer.php?a=blobdiff_plain;f=includes%2FProtectionForm.php;h=7972a1ebe45a0c7ec23157ad588b503480858ccd;hb=0301c8e03aad7b81094c3d31c4f5e4e293d9db5f;hp=6ce7ef475795fa3565ba9f5e6ad8f2b77a0ac4f0;hpb=272afcab466eeb030934b3e9a8fcd9c1c4253291;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/ProtectionForm.php b/includes/ProtectionForm.php index 6ce7ef4757..7972a1ebe4 100644 --- a/includes/ProtectionForm.php +++ b/includes/ProtectionForm.php @@ -622,10 +622,9 @@ class ProtectionForm { /** * Show protection long extracts for this page * - * @param OutputPage &$out - * @private + * @param OutputPage $out */ - function showLogExtract( &$out ) { + private function showLogExtract( OutputPage $out ) { # Show relevant lines from the protection log: $protectLogPage = new LogPage( 'protect' ); $out->addHTML( Xml::element( 'h2', null, $protectLogPage->getName()->text() ) );