Skip to content

Commit f30ae42

Browse files
GrahamCampbellfabpot
authored andcommitted
[2.6] CS Fixes And Removed An Unused Import
1 parent b527cce commit f30ae42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Normalizer/PropertyNormalizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public function supportsDenormalization($data, $type, $format = null)
180180
/**
181181
* Format an attribute name, for example to convert a snake_case name to camelCase.
182182
*
183-
* @param string $attributeName
183+
* @param string $attributeName
184184
*
185185
* @return string
186186
*/

Tests/Normalizer/PropertyNormalizerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,12 @@ public function provideCallbacks()
151151
array(
152152
array(
153153
'bar' => function ($bar) {
154-
return null;
154+
return;
155155
},
156156
),
157157
'baz',
158158
array('foo' => '', 'bar' => null),
159-
'Null an item'
159+
'Null an item',
160160
),
161161
array(
162162
array(

0 commit comments

Comments
 (0)