small changes

This commit is contained in:
Bilal Amarni 2013-03-31 20:13:07 +02:00
parent 282a9c221b
commit 766e880a9d
2 changed files with 2 additions and 2 deletions

View File

@ -117,6 +117,6 @@ class DateTimeToRfc3339TransformerTest extends DateTimeTestCase
{
$transformer = new DateTimeToRfc3339Transformer('UTC', 'UTC');
var_dump($transformer->reverseTransform('2010-04-31T04:05Z'));
$transformer->reverseTransform('2010-04-31T04:05Z');
}
}

View File

@ -149,7 +149,7 @@ class HeaderBag implements \IteratorAggregate, \Countable
*
* @param string $key The key
* @param string|array $values The value or an array of values
* @param Boolean $replace Whether to replace the actual value of not (true by default)
* @param Boolean $replace Whether to replace the actual value or not (true by default)
*
* @api
*/