Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e4fb261

Browse filesBrowse files
timesincenicolas-grekas
authored andcommitted
chore: fix some typos
Signed-off-by: timesince <seekseat@icloud.com>
1 parent 44472f0 commit e4fb261
Copy full SHA for e4fb261

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎src/Symfony/Component/HttpFoundation/Tests/InputBagTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/InputBagTest.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function __toString(): string
7878
$this->assertSame('foo', $bag->getString('unknown', 'foo'), '->getString() returns the default if a parameter is not defined');
7979
$this->assertSame('1', $bag->getString('bool_true'), '->getString() returns "1" if a parameter is true');
8080
$this->assertSame('', $bag->getString('bool_false', 'foo'), '->getString() returns an empty empty string if a parameter is false');
81-
$this->assertSame('strval', $bag->getString('stringable'), '->getString() gets a value of a stringable paramater as string');
81+
$this->assertSame('strval', $bag->getString('stringable'), '->getString() gets a value of a stringable parameter as string');
8282
}
8383

8484
public function testGetStringExceptionWithArray()

‎src/Symfony/Component/HttpFoundation/Tests/ParameterBagTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/ParameterBagTest.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public function __toString(): string
226226
$this->assertSame('foo', $bag->getString('unknown', 'foo'), '->getString() returns the default if a parameter is not defined');
227227
$this->assertSame('1', $bag->getString('bool_true'), '->getString() returns "1" if a parameter is true');
228228
$this->assertSame('', $bag->getString('bool_false', 'foo'), '->getString() returns an empty empty string if a parameter is false');
229-
$this->assertSame('strval', $bag->getString('stringable'), '->getString() gets a value of a stringable paramater as string');
229+
$this->assertSame('strval', $bag->getString('stringable'), '->getString() gets a value of a stringable parameter as string');
230230
}
231231

232232
public function testGetStringExceptionWithArray()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.