Skip to content

Commit

Permalink
Fix coding standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrenssen committed Aug 5, 2018
1 parent 494b634 commit cbb0f24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/Framework/Constraint/ArraySubsetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -334,19 +334,19 @@ public static function evaluateDataProvider()
],
'regression test for issue 3240' => [
'expected' => true,
'subset' => [
'subset' => [
[
'name' => 'amount',
'name' => 'amount',
'required' => true,
],
],
'other' => [
[
'name' => 'amount',
'name' => 'amount',
'required' => true,
],
[
'name' => 'accountNumber',
'name' => 'accountNumber',
'required' => true,
],
],
Expand Down

0 comments on commit cbb0f24

Please sign in to comment.