[Form] Coding conventions

This commit is contained in:
John Wards 2011-03-22 21:02:02 +00:00
parent 37f12f68da
commit 2e750f7287
4 changed files with 37 additions and 37 deletions

View File

@ -163,7 +163,7 @@ class DateTimeToArrayTransformerTest extends DateTimeTestCase
public function testReverseTransform_completelyEmpty_subsetOfFields()
{
$transformer = new DateTimeToArrayTransformer(null.null, array('year', 'month', 'day'));
$transformer = new DateTimeToArrayTransformer(null, null, array('year', 'month', 'day'));
$input = array(
'year' => '',