Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoreram committed May 25, 2015
1 parent 90f5e45 commit 39fc607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elcodi/Admin/CouponBundle/Form/Type/CouponType.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
'required' => false,
])
->add('stackable', 'checkbox', [
'required' => false
'required' => false,
])
->add('rule', 'entity', [
'class' => $this->ruleNamespace,
Expand Down

0 comments on commit 39fc607

Please sign in to comment.