torrentpier icon indicating copy to clipboard operation
torrentpier copied to clipboard

[Insight] Code should not be duplicated - in library/…/Cache/SqliteCommon.php, line 12

Open exileum opened this issue 8 years ago • 1 comments

in library/TorrentPier/TorrentPier/Legacy/Cache/SqliteCommon.php, line 12

The next 172 lines appear both in library/TorrentPier/TorrentPier/Legacy/Cache/SqliteCommon.php:12 and library/TorrentPier/TorrentPier/Legacy/Datastore/SqliteCommon.php:12.

 * @license   https://github.com/torrentpier/torrentpier/blob/master/LICENSE MIT License
 */

namespace TorrentPier\Legacy\Cache;

use SQLite3;

/**
 * Class SqliteCommon
 * @package TorrentPier\Legacy\Cache
 */

Posted from SensioLabsInsight

exileum avatar Jul 01 '17 19:07 exileum

Will be implemented in version 2.3.1 with cache component replace.

exileum avatar Jun 25 '18 08:06 exileum