@@ -75,6 +75,9 @@ |
||
| 75 | 75 | return $information; |
| 76 | 76 | } |
| 77 | 77 | |
| 78 | + /** |
|
| 79 | + * @param string $property |
|
| 80 | + */ |
|
| 78 | 81 | protected function getAttribute($audio, $property){ |
| 79 | 82 | if(array_key_exists($property, $audio['tags']['id3v2'])){ |
| 80 | 83 | $values = $audio['tags']['id3v2'][$property]; |
@@ -30,6 +30,6 @@ |
||
| 30 | 30 | * Checks whether this parser can handle the file or not |
| 31 | 31 | * @param File $file |
| 32 | 32 | * @return boolean if this parses is able to handle the given file |
| 33 | - */ |
|
| 33 | + */ |
|
| 34 | 34 | public function canHandle(File $file); |
| 35 | 35 | } |