1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Fix some namespaces and phpdoc

This commit is contained in:
Nicolas Hart 2017-07-29 22:51:50 +02:00
parent d69a66a58e
commit 52b84c11a5
9 changed files with 17 additions and 8 deletions

View file

@ -3,7 +3,9 @@
namespace Wallabag\ImportBundle\Controller;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Component\HttpFoundation\RedirectResponse;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Wallabag\ImportBundle\Form\Type\UploadImportType;
/**