Skip to content

Commit

Permalink
Make implicit TODO comment a explicit one
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed Sep 19, 2018
1 parent 3f0bdd6 commit bcae0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cache/Cache.php
Expand Up @@ -368,7 +368,7 @@ public static function writeMany($data, $config = 'default')
*/
public static function read($key, $config = 'default')
{
// In 4.x this needs to change to use pool()
// TODO In 4.x this needs to change to use pool()
$engine = static::engine($config);

return $engine->read($key);
Expand Down

0 comments on commit bcae0f3

Please sign in to comment.