generated from spatie/package-skeleton-php
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Audio class methods for raw tags
- Renamed `getRawTagsAll` to `getRawAll` - Renamed `getRawTags` to `getRaw` - Renamed `getRawTagsKey` to `getRawKey` - Updated method signatures and return types to match changes Refactor Id3Writer class - Removed unused `$options` parameter from constructor - Updated `year` method to accept `string|int` parameter and convert it to `int` Update AudiobookTest and README.md - Updated assertions to use renamed methods in Audio and Audiobook classes - Added new assertions for additional raw tags in AudiobookTest Fix styling - Removed commented out code in WriterTest
- Loading branch information
1 parent
548c82b
commit e83c6b6
Showing
5 changed files
with
83 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters