Completed
Push — master ( aeab87...ab8f96 )
by Ghazi
02:22
created
src/Parameters/GetRecordingsParameters.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -460,7 +460,7 @@
 block discarded – undo
460 460
         ];
461 461
         if (!empty($this->meta)) {
462 462
             foreach ($this->meta as $k => $v) {
463
-                $queries['meta_' . $k] = $v;
463
+                $queries['meta_'.$k] = $v;
464 464
             }
465 465
         }
466 466
 
Please login to merge, or discard this patch.