Skip to content

Commit 10c7b75

Browse files
committed
made {@inheritdoc} annotations consistent across the board
1 parent 93fb56c commit 10c7b75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Normalizer/GetSetMethodNormalizer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,15 +175,15 @@ protected function formatAttribute($attributeName)
175175
}
176176

177177
/**
178-
* {@inheritDoc}
178+
* {@inheritdoc}
179179
*/
180180
public function supportsNormalization($data, $format = null)
181181
{
182182
return is_object($data) && $this->supports(get_class($data));
183183
}
184184

185185
/**
186-
* {@inheritDoc}
186+
* {@inheritdoc}
187187
*/
188188
public function supportsDenormalization($data, $type, $format = null)
189189
{

0 commit comments

Comments
 (0)