X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fcontent%2FTextContentHandler.php;h=e48dd511b8f24582fd7ed2d5e9ef3129d7e2df24;hb=62991fcb7a5027b1eceb5656829c1c65bf9f98cb;hp=e3dc187ffe6831199680c1a01e811faa596d8d9d;hpb=390f206158028609fab6c94decad893033c41fd8;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/content/TextContentHandler.php b/includes/content/TextContentHandler.php index e3dc187ffe..e48dd511b8 100644 --- a/includes/content/TextContentHandler.php +++ b/includes/content/TextContentHandler.php @@ -45,6 +45,7 @@ class TextContentHandler extends ContentHandler { public function serializeContent( Content $content, $format = null ) { $this->checkFormat( $format ); + // @phan-suppress-next-line PhanUndeclaredMethod return $content->getText(); }