1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +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

@ -2,12 +2,12 @@
namespace Wallabag\CoreBundle\Helper;
use JMS\Serializer;
use JMS\Serializer\SerializationContext;
use JMS\Serializer\SerializerBuilder;
use PHPePub\Core\EPub;
use PHPePub\Core\Structure\OPF\DublinCore;
use Symfony\Component\HttpFoundation\Response;
use Wallabag\CoreBundle\Entity\Entry;
/**
* This class doesn't have unit test BUT it's fully covered by a functional test with ExportControllerTest.
@ -427,7 +427,7 @@ class EntriesExport
*
* @param string $format
*
* @return Serializer
* @return string
*/
private function prepareSerializingContent($format)
{