Skip to content

Commit e0c2505

Browse files
committed
unified return null usages
1 parent 10c7b75 commit e0c2505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Normalizer/GetSetMethodNormalizerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public function provideCallbacks()
144144
array(
145145
array(
146146
'bar' => function ($bar) {
147-
return null;
147+
return;
148148
},
149149
),
150150
'baz',

0 commit comments

Comments
 (0)