1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Remove some complexicity in InstallCommand

This commit is contained in:
Jeremy Benoist 2016-03-28 14:18:50 +02:00
parent ba2157b270
commit 0e49487bb0
2 changed files with 8 additions and 8 deletions

View file

@ -367,6 +367,8 @@ class EntriesExport
/**
* Return a Serializer object for producing processes that need it (JSON & XML).
*
* @param string $format
*
* @return Serializer
*/
private function prepareSerializingContent($format)