8000 small changes · symfony/symfony@766e880 · GitHub
[go: up one dir, main page]

Skip to content

Commit 766e880

Browse files
committed
small changes
1 parent 282a9c2 commit 766e880

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToRfc3339TransformerTest.php

Lines changed: 1 addition & 1 deletion
8000
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@ public function testReverseTransformWithNonExistingDate()
117117
{
118118
$transformer = new DateTimeToRfc3339Transformer('UTC', 'UTC');
119119

120-
var_dump($transformer->reverseTransform('2010-04-31T04:05Z'));
120+
$transformer->reverseTransform('2010-04-31T04:05Z');
121121
}
122122
}

src/Symfony/Component/HttpFoundation/HeaderBag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public function get($key, $default = null, $first = true)
149149
*
150150
* @param string $key The key
151151
* @param string|array $values The value or an array of values
152-
* @param Boolean $replace Whether to replace the actual value of not (true by default)
152+
* @param Boolean $replace Whether to replace the actual value or not (true by default)
153153
*
154154
* @api
155155
*/

0 commit comments

Comments
 (0)
0