Skip to content

Commit 93681a1

Browse files
committed
[Form] Fixed CS
1 parent aa58da1 commit 93681a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Form/ChoiceList/IdReader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function isIntId()
9696
public function getIdValue($object)
9797
{
9898
if (!$object) {
99-
return null;
99+
return;
100100
}
101101

102102
if (!$this->om->contains($object)) {

0 commit comments

Comments
 (0)