Merge "Add missing @param and @return documentation"
[lhc/web/wiklou.git] / includes / specials / SpecialMediaStatistics.php
index 9e07523..1789bb2 100644 (file)
@@ -198,7 +198,7 @@ class MediaStatisticsPage extends QueryPage {
                $row .= Html::rawElement(
                        'td',
                        // Make sure js sorts it in numeric order
-                       [ 'data-sort-value' =>  $bytes ],
+                       [ 'data-sort-value' => $bytes ],
                        $this->msg( 'mediastatistics-nbytes' )
                                ->numParams( $bytes )
                                ->sizeParams( $bytes )