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:
parent
d69a66a58e
commit
52b84c11a5
9 changed files with 17 additions and 8 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue