Skip to content

Conversation

@vpassapera
Copy link
Contributor

@codecov-io
Copy link

codecov-io commented Mar 26, 2017

Codecov Report

Merging #66 into master will decrease coverage by 0.06%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #66      +/-   ##
==========================================
- Coverage   24.75%   24.69%   -0.07%     
==========================================
  Files          21       21              
  Lines         808      810       +2     
==========================================
  Hits          200      200              
- Misses        608      610       +2
Impacted Files Coverage Δ
src/Cache/FixedTaggingCachePool.php 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c711fe1...8c29758. Read the comment docs.

public function save(CacheItemInterface $item)
{
$this->addTags($item);
if ($item instanceof TaggableItemInterface) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TaggableItemInterface is deprecated. We should move towards TaggableCacheItemInterface.

I will merge this and the look over the bundles to see what changes we need to do for the latest version of tags.

@Nyholm
Copy link
Member

Nyholm commented Mar 26, 2017

Thank you for this PR.

@Nyholm Nyholm merged commit a37b1d7 into php-cache:master Mar 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants