Passed
Push — master ( dcf2c9...7d6389 )
by Amin
24:33
created
src/HLS.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -199,6 +199,6 @@
 block discarded – undo
199 199
      */
200 200
     private function savePlaylist($path, $reps)
201 201
     {
202
-        HLSPlaylist::save($this->master_playlist ?? $path, $reps, pathinfo($path,  PATHINFO_FILENAME));
202
+        HLSPlaylist::save($this->master_playlist ?? $path, $reps, pathinfo($path, PATHINFO_FILENAME));
203 203
     }
204 204
 }
205 205
\ No newline at end of file
Please login to merge, or discard this patch.