Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Snowden committed May 18, 2015
1 parent b5e52c7 commit e45ea44
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/LukeSnowden/GoogleShoppingFeed/Feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,12 @@ public function asRss( $output = false ) {
return $data;
}

/**
* [removeLastItem description]
* @return [type] [description]
*/
public function removeLastItem(){
array_pop( $this->items );
}

}

0 comments on commit e45ea44

Please sign in to comment.