Skip to content

Commit

Permalink
Fixed fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobTolkemit committed Mar 12, 2019
1 parent 97010cd commit fd5dc63
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Fixture/CustomerOptionFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,8 @@ public function configureOptionsNode(ArrayNodeDefinition $optionsNode): void
->end()

->arrayNode('configuration')
->arrayPrototype()
->scalarPrototype()
->cannotBeEmpty()
->end()
->scalarPrototype()
->cannotBeEmpty()
->end()
->end()

Expand Down

0 comments on commit fd5dc63

Please sign in to comment.