refactor: Fix some types and unused variables

This commit is contained in:
Pierre Rudloff 2019-04-21 19:47:30 +02:00
parent d4e8e32cd6
commit 61cb73dc59
5 changed files with 14 additions and 18 deletions

View file

@ -156,7 +156,7 @@ class PlaylistArchiveStream extends TarArchive implements StreamInterface
*
* @param string $key string $key Specific metadata to retrieve.
*
* @return null
* @return array|mixed|null
*/
public function getMetadata($key = null)
{