X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcontent%2FAbstractContent.php;h=c98b0ec480602fe01bf4477943a924568e758f6c;hb=ca8aa5a6a621852f0a8ba58df7f2d9a73f4a6764;hp=6542d7dfadadc46a0ef9f978a0c04d88851786f1;hpb=b8ee4ba7ae86c7f34d9ac3cba61fa384fac46df7;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/content/AbstractContent.php b/includes/content/AbstractContent.php index 6542d7dfad..c98b0ec480 100644 --- a/includes/content/AbstractContent.php +++ b/includes/content/AbstractContent.php @@ -446,7 +446,7 @@ abstract class AbstractContent implements Content { */ public function convert( $toModel, $lossy = '' ) { if ( $this->getModel() === $toModel ) { - //nothing to do, shorten out. + // nothing to do, shorten out. return $this; }