Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
camspiers committed Aug 26, 2014
1 parent c91bafa commit 0f9fb1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions src/DataSource/CachedDataSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public function get()

/**
* Delete the cached version
* @return void
*/
public function delete()
{
Expand Down
8 changes: 0 additions & 8 deletions src/DataSource/DataListDataSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,4 @@ public function getKey()
{
return md5($this->list->sql());
}

/**
* @return bool
*/
public function delete()
{

}
}

0 comments on commit 0f9fb1c

Please sign in to comment.