Completed
Pull Request — develop (#27)
by Chris
13:09
created
src/Parser/PlaylistBuilder.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -39,6 +39,9 @@
 block discarded – undo
39 39
         $this->callComponentSetter($segment, $metadata, $value);
40 40
     }
41 41
 
42
+    /**
43
+     * @param string $uri
44
+     */
42 45
     public function addUri($uri)
43 46
     {
44 47
         if ($this->playlist instanceof PlaylistCopyableInterface) {
Please login to merge, or discard this patch.