Skip to content

Commit

Permalink
Clear up some todos.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccue committed Jan 16, 2012
1 parent 5f6b28c commit e50c58d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions SimplePie/Enclosure.php
Expand Up @@ -511,7 +511,6 @@ public function get_extension()
/**
* Get the framerate (in frames-per-second)
*
* @todo Check if this is actually an int
* @return string|null
*/
public function get_framerate()
Expand Down Expand Up @@ -576,7 +575,6 @@ public function get_hashes()
/**
* Get the height
*
* @todo Check if this is really an int
* @return string|null
*/
public function get_height()
Expand Down Expand Up @@ -896,7 +894,6 @@ public function get_type()
/**
* Get the width
*
* @todo Check if this is really an int
* @return string|null
*/
public function get_width()
Expand Down Expand Up @@ -965,7 +962,6 @@ public function native_embed($options='')
* `width` and `height` set to `auto` will default to 480x270 video resolution.
*
* @todo If the dimensions for media:content are defined, use them when width/height are set to 'auto'.
* @todo Check if the Javascript still works, didn't we remove that?
* @param array|string $options Comma-separated key:value list, or array
* @param bool $native Use `<embed>`
* @return string HTML string to output
Expand Down

0 comments on commit e50c58d

Please sign in to comment.