X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcontent%2FTextContentHandler.php;h=4a7944caeadb535bea9846c65222f3724a7e1593;hb=d3538125dfe64afa94ef68aa000549a03eb49977;hp=698a37b6fe00824ac155c0dd2a37b723cae2a721;hpb=aa3319c4c0e3dab7d4eb9d64e49ccbd403c99b00;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/content/TextContentHandler.php b/includes/content/TextContentHandler.php index 698a37b6fe..4a7944caea 100644 --- a/includes/content/TextContentHandler.php +++ b/includes/content/TextContentHandler.php @@ -30,17 +30,15 @@ */ class TextContentHandler extends ContentHandler { - // @codingStandardsIgnoreStart T59585 public function __construct( $modelId = CONTENT_MODEL_TEXT, $formats = [ CONTENT_FORMAT_TEXT ] ) { parent::__construct( $modelId, $formats ); } - // @codingStandardsIgnoreEnd /** * Returns the content's text as-is. * * @param Content $content - * @param string $format The serialization format to check + * @param string $format The serialization format to check * * @return mixed */