Skip to content

Commit

Permalink
Merge branch '3.4' into 4.3
Browse files Browse the repository at this point in the history
* 3.4:
  [FrameworkBundle] Fix wrong returned status code in ConfigDebugCommand
  [AnnotationCacheWarmer] add RedirectController to annotation cache
  • Loading branch information
nicolas-grekas committed Oct 2, 2019
2 parents c1d4516 + 14e29c5 commit 327a14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Encoder/CsvEncoderTest.php
Expand Up @@ -55,7 +55,7 @@ public function testTrueFalseValues()
'true' => '1',
'int_one' => '1',
'string_one' => '1',
], $this->encoder->decode($csv, 'csv'));
], $this->encoder->decode($csv, 'csv', [CsvEncoder::AS_COLLECTION_KEY => false]));
}

/**
Expand Down

0 comments on commit 327a14a

Please sign in to comment.