Completed
Pull Request — master (#34)
by
unknown
02:35
created
lib/Services/Ratings.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 block discarded – undo
168 168
      */
169 169
     private function filterCustomMetaData($customMetaData)
170 170
     {
171
-        foreach($customMetaData as $key => $data)
171
+        foreach ($customMetaData as $key => $data)
172 172
         {
173 173
             if (!in_array($key, [$this->metadataFieldCount, $this->metadataFieldAverage])) {
174 174
                 unset($customMetaData[$key]);
Please login to merge, or discard this patch.