@@ -39,6 +39,9 @@ |
||
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) { |
@@ -73,7 +73,7 @@ |
||
73 | 73 | { |
74 | 74 | $attrMetadatas = new AttributeMetadatas($class); |
75 | 75 | $attrTag = new $class(); |
76 | - $this->parseAttributeListValue($value, function ($key, $val) use ($attrTag, $attrMetadatas) { |
|
76 | + $this->parseAttributeListValue($value, function($key, $val) use ($attrTag, $attrMetadatas) { |
|
77 | 77 | if (!$attrMetadatas->get($key)) { |
78 | 78 | return; |
79 | 79 | } |