Code style

This commit is contained in:
Alexander M. Turek 2015-05-26 23:04:09 +02:00
parent 504548ec6c
commit 864136a739

View File

@ -38,7 +38,7 @@ class PropertyNormalizer extends SerializerAwareNormalizer implements Normalizer
private $camelizedAttributes = array();
/**
* Set normalization callbacks
* Set normalization callbacks.
*
* @param array $callbacks help normalize the result
*
@ -68,7 +68,7 @@ class PropertyNormalizer extends SerializerAwareNormalizer implements Normalizer
}
/**
* Set attributes to be camelized on denormalize
* Set attributes to be camelized on denormalize.
*
* @param array $camelizedAttributes
*/