Documentation
[lhc/web/wiklou.git] / includes / media / SVG.php
index 9a32cf6..986c164 100644 (file)
@@ -119,7 +119,7 @@ class SvgHandler extends ImageHandler {
        * @param string $dstPath
        * @param string $width
        * @param string $height
-       * @returns TRUE/MediaTransformError
+       * @return true|MediaTransformError
        */
        public function rasterize( $srcPath, $dstPath, $width, $height ) {
                global $wgSVGConverters, $wgSVGConverter, $wgSVGConverterPath;