Skip to content

Commit d920521

Browse files
committed
unified return null usages
1 parent e672070 commit d920521

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Serializer.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,6 @@ private function getNormalizer($data, $format)
177177
return $normalizer;
178178
}
179179
}
180-
181-
return null;
182180
}
183181

184182
/**
@@ -203,8 +201,6 @@ private function getDenormalizer($data, $class, $format)
203201
return $normalizer;
204202
}
205203
}
206-
207-
return null;
208204
}
209205

210206
/**

0 commit comments

Comments
 (0)