Some cleanup & refactor

This commit is contained in:
Jeremy Benoist
2016-09-05 07:50:10 +02:00
parent 02f6489572
commit 3849a9f323
6 changed files with 60 additions and 70 deletions

View File

@ -3,11 +3,9 @@
namespace Wallabag\ImportBundle\Import;
use Wallabag\CoreBundle\Entity\Entry;
use Wallabag\UserBundle\Entity\User;
abstract class WallabagImport extends AbstractImport
{
protected $user;
protected $skippedEntries = 0;
protected $importedEntries = 0;
protected $filepath;