Remove auto-generated "Constructor" documentation on constructors
[lhc/web/wiklou.git] / includes / media / Exif.php
index 9bfbc96..c355a06 100644 (file)
@@ -96,8 +96,6 @@ class Exif {
        private $byteOrder;
 
        /**
-        * Constructor
-        *
         * @param string $file Filename.
         * @param string $byteOrder Type of byte ordering either 'BE' (Big Endian)
         *   or 'LE' (Little Endian). Default ''.