File tree 3 files changed +2
-6
lines changed
3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ public function deleteItems(array $keys)
98
98
public function save (CacheItemInterface $ item )
99
99
{
100
100
$ this ->addTags ($ item );
101
+
101
102
return $ this ->cache ->save ($ item );
102
103
}
103
104
@@ -107,6 +108,7 @@ public function save(CacheItemInterface $item)
107
108
public function saveDeferred (CacheItemInterface $ item )
108
109
{
109
110
$ this ->addTags ($ item );
111
+
110
112
return $ this ->cache ->saveDeferred ($ item );
111
113
}
112
114
Original file line number Diff line number Diff line change 18
18
*/
19
19
class ContainerTest extends TestCase
20
20
{
21
- /**
22
- *
23
- */
24
21
public function testContainer ()
25
22
{
26
23
//$container = $this->createContainer();
Original file line number Diff line number Diff line change 20
20
*/
21
21
class CacheExtensionTest extends TestCase
22
22
{
23
- /**
24
- *
25
- */
26
23
public function testRouterBuilder ()
27
24
{
28
25
$ container = $ this ->createContainerFromFile ('router ' );
You can’t perform that action at this time.
0 commit comments