diff --git a/src/Bundle/ChillDocStoreBundle/Serializer/Normalizer/StoredObjectNormalizer.php b/src/Bundle/ChillDocStoreBundle/Serializer/Normalizer/StoredObjectNormalizer.php index 4aebe4728..97067f289 100644 --- a/src/Bundle/ChillDocStoreBundle/Serializer/Normalizer/StoredObjectNormalizer.php +++ b/src/Bundle/ChillDocStoreBundle/Serializer/Normalizer/StoredObjectNormalizer.php @@ -33,7 +33,7 @@ final class StoredObjectNormalizer implements NormalizerInterface, NormalizerAwa /** * when added to the groups, a download link is included in the normalization, - * and no webdav links are generated + * and no webdav links are generated. */ public const DOWNLOAD_LINK_ONLY = 'read:download-link-only';