Skip to content

Commit 4497ec2

Browse files
authored
Merge pull request #577 from Geolim4/final
Fixed #576
2 parents ed3cf71 + 3b5c808 commit 4497ec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/phpFastCache/Drivers/Devnull/Driver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ protected function driverWrite(CacheItemInterface $item)
7171

7272
/**
7373
* @param \Psr\Cache\CacheItemInterface $item
74-
* @return null|array
74+
* @return null
7575
*/
7676
protected function driverRead(CacheItemInterface $item)
7777
{
78-
return $this->driverPreWrap($item);
78+
return null;
7979
}
8080

8181
/**

0 commit comments

Comments
 (0)