Merge "Fixed "last modified" date fudging on null edit"
[lhc/web/wiklou.git] / includes / libs / SamplingStatsdClient.php
index d7791a8..f7afdb5 100644 (file)
@@ -43,7 +43,7 @@ class SamplingStatsdClient extends StatsdClient {
                                if ( $item->getSampleRate() === 1 ) {
                                        $item->setSampleRate( $sampleRate );
                                }
-                       });
+                       } );
                }
 
                return $data;