build: Bump mediawiki-phan-config to 0.8.0
[lhc/web/wiklou.git] / includes / media / FormatMetadata.php
index 6bce89a..21b3d48 100644 (file)
@@ -98,7 +98,6 @@ class FormatMetadata extends ContextSource {
         *   Exif::getFilteredData() or BitmapMetadataHandler )
         * @return array
         * @since 1.23
-        * @suppress PhanTypeArraySuspiciousNullable
         */
        public function makeFormattedData( $tags ) {
                $resolutionunit = !isset( $tags['ResolutionUnit'] ) || $tags['ResolutionUnit'] == 2 ? 2 : 3;