Skip to content

Commit

Permalink
php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaDafinser committed Feb 26, 2016
1 parent 5a86700 commit ab990a3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Adapter/NullCacheItemPool.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ public function commit()
{
return true;
}
}
}
2 changes: 1 addition & 1 deletion src/CacheItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ public function expiresAfter($time)

return $this;
}
}
}
2 changes: 1 addition & 1 deletion tests/unit/Adapter/MemoryCacheItemPoolTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ public function testDeferred()
$this->assertTrue($item->isHit());
$this->assertTrue($pool->hasItem('myKey'));
}
}
}
2 changes: 1 addition & 1 deletion tests/unit/Adapter/NullCacheItemPoolTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ public function testCommit()

$this->assertTrue($pool->commit());
}
}
}
2 changes: 1 addition & 1 deletion tests/unit/CacheItemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ public function testExpiresAfterFluidInterface()
$item->expiresAfter($interval);
$this->assertGreaterThan($myDate, $item->getExpires());
}
}
}

0 comments on commit ab990a3

Please sign in to comment.