Passed
Push — master ( 7da7e7...0b144b )
by Amin
02:49
created
src/HLSPlaylist.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
         try {
110 110
             $audios = $this->hls->getMedia()->getStreams()->audios();
111 111
 
112
-            if (!$audios->count()){
112
+            if (!$audios->count()) {
113 113
                 return static::DEFAULT_AUDIO_BITRATE;
114 114
             }
115 115
 
Please login to merge, or discard this patch.