File tree Expand file tree Collapse file tree
Tests/Serializer/Normalizer Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?php
2+ /**
3+ * This file is part of the GDPR bundle.
4+ *
5+ * @category Bundle
6+ * @package Gdpr
7+ * @author SuperBrave <info@superbrave.nl>
8+ * @copyright 2018 SuperBrave <info@superbrave.nl>
9+ * @license https://github.com/superbrave/gdpr-bundle/blob/master/LICENSE MIT
10+ * @link https://www.superbrave.nl/
11+ */
212
313namespace Superbrave \GdprBundle \Serializer \Normalizer ;
414
Original file line number Diff line number Diff line change @@ -214,6 +214,8 @@ public function testNormalizeThroughXmlSerializer()
214214 /**
215215 * Test if @see AnnotationNormalizer::normalize returns the expected json normalized data
216216 * for serialization through the Serializer.
217+ *
218+ * @return void
217219 */
218220 public function testNormalizeThroughJsonSerializer ()
219221 {
You can’t perform that action at this time.
0 commit comments