Skip to content

Commit 84865a7

Browse files
author
Jelle van Oosterbosch
committed
Added missing required phpdoc
1 parent 026dabb commit 84865a7

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

Serializer/Normalizer/IterableNormalizer.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
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

313
namespace Superbrave\GdprBundle\Serializer\Normalizer;
414

Tests/Serializer/Normalizer/AnnotationNormalizerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)