Skip to content

Commit

Permalink
Replace tabs for spaces in php files Add variation for image MIME types
Browse files Browse the repository at this point in the history
  • Loading branch information
silentrs committed Nov 2, 2021
1 parent 7e6be8a commit 7f398a5
Show file tree
Hide file tree
Showing 5 changed files with 298 additions and 289 deletions.
94 changes: 47 additions & 47 deletions META-INF/sdk/php/id3Tag/Id3v1Tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,53 +2,53 @@
namespace id3Tag;

class Id3v1Tag {
/**
*
*/
public function getAlbum() {}

/**
*
*/
public function getArtist() {}

/**
*
*/
public function getComment() {}

/**
*
*/
public function getGenre() {}

/**
*
*/
public function getGenreDescription() {}

/**
*
*/
public function getTitle() {}

/**
*
*/
public function getTrack() {}

/**
*
*/
public function getVersion() {}

/**
*
*/
public function getYear() {}


public function setAlbum($string) {}
/**
*
*/
public function getAlbum() {}

/**
*
*/
public function getArtist() {}

/**
*
*/
public function getComment() {}

/**
*
*/
public function getGenre() {}

/**
*
*/
public function getGenreDescription() {}

/**
*
*/
public function getTitle() {}

/**
*
*/
public function getTrack() {}

/**
*
*/
public function getVersion() {}

/**
*
*/
public function getYear() {}


public function setAlbum($string) {}
public function setArtist($string) {}
public function setComment($string) {}
public function setGenre($integer) {}
Expand Down
Loading

0 comments on commit 7f398a5

Please sign in to comment.