Skip to content

Commit fc6422c

Browse files
author
Jelle van Oosterbosch
committed
Lowercased the inheritdoc phpdoc to match the whole project
1 parent feff808 commit fc6422c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Serializer/Normalizer/IterableNormalizer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class IterableNormalizer implements NormalizerInterface, NormalizerAwareInterfac
2626
use NormalizerAwareTrait;
2727

2828
/**
29-
* {@inheritDoc}
29+
* {@inheritdoc}
3030
*/
3131
public function supportsNormalization($data, $format = null)
3232
{
@@ -44,7 +44,7 @@ public function supportsNormalization($data, $format = null)
4444
}
4545

4646
/**
47-
* {@inheritDoc}
47+
* {@inheritdoc}
4848
*/
4949
public function normalize($object, $format = null, array $context = array())
5050
{

Tests/Serializer/Normalizer/IterableNormalizerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class IterableNormalizerTest extends \PHPUnit_Framework_TestCase
3636
private $serializer;
3737

3838
/**
39-
* {@inheritDoc}
39+
* {@inheritdoc}
4040
*/
4141
public function setUp()
4242
{

0 commit comments

Comments
 (0)