Closed quentinfayet closed 8 years ago
Since Null class name is not allowed anymore in PHP7, Cache\Null has to be refactored with a new name.
Null
Cache\Null
I chose Cache\BlackHole, since it is an alternative name to the Null kind of class that do no real operations.
Cache\BlackHole
Duplicate of PR #174
Right, haven't noticed. closing.
Since
Null
class name is not allowed anymore in PHP7,Cache\Null
has to be refactored with a new name.I chose
Cache\BlackHole
, since it is an alternative name to theNull
kind of class that do no real operations.