Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyharris committed Jun 9, 2017
1 parent 5543e2b commit ace0b9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Cache/Cache.php
Expand Up @@ -175,6 +175,7 @@ protected static function _buildEngine($name)
if (!array_key_exists('fallback', $config)) {
$registry->set($name, new NullEngine());
trigger_error($e->getMessage(), E_USER_WARNING);

return;
}
$fallbackEngine = clone static::engine($config['fallback']);
Expand Down

0 comments on commit ace0b9b

Please sign in to comment.