Skip to content

Commit

Permalink
Merge pull request #3 from dragoonis/patch-1
Browse files Browse the repository at this point in the history
[Cache] Changing remove() to delete() as per Cache Survey Results
  • Loading branch information
Crell committed Jun 30, 2013
2 parents 29b7640 + 732051b commit f12e844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proposed/PSR-Cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,6 @@ interface ItemInterface
*
* @return bool
*/
function remove();
function delete();
}
```
```

0 comments on commit f12e844

Please sign in to comment.