Upgrade phan config to 0.7.1
[lhc/web/wiklou.git] / includes / filerepo / file / LocalFile.php
index 4751a59..3090632 100644 (file)
@@ -1092,7 +1092,6 @@ class LocalFile extends File {
                array_shift( $urls ); // don't purge directory
 
                // Give media handler a chance to filter the file purge list
-               // @phan-suppress-next-line PhanTypeInvalidDimOffset
                if ( !empty( $options['forThumbRefresh'] ) ) {
                        $handler = $this->getHandler();
                        if ( $handler ) {