Skip to content

Commit ca9d811

Browse files
ISSUE-104: Removed unused callable
1 parent 34af097 commit ca9d811

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/BooleanType.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ public function configureOptions(OptionsResolver $resolver)
7171
);
7272
};
7373

74-
$choicesAsValuesNormalizer = function () {
75-
return true;
76-
};
77-
7874
$expandedNormalizer = function (Options $options) {
7975
return 'choice' !== $options['widget'];
8076
};

0 commit comments

Comments
 (0)