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 ed101fb

Browse filesBrowse files
committed
minor #34604 [Filesystem] [Serializer] fixes English grammar typo (hhamon)
This PR was merged into the 3.4 branch. Discussion ---------- [Filesystem] [Serializer] fixes English grammar typo | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | ~ | License | MIT | Doc PR | ~ Commits ------- 7524ac2 [Filesystem] [Serializer] fixes English grammar typo
2 parents 3bd5fae + 7524ac2 commit ed101fb
Copy full SHA for ed101fb

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎src/Symfony/Component/Filesystem/Tests/FilesystemTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Filesystem/Tests/FilesystemTest.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ public function testSymlink()
801801
$file = $this->workspace.\DIRECTORY_SEPARATOR.'file';
802802
$link = $this->workspace.\DIRECTORY_SEPARATOR.'link';
803803

804-
// $file does not exists right now: creating "broken" links is a wanted feature
804+
// $file does not exist right now: creating "broken" links is a wanted feature
805805
$this->filesystem->symlink($file, $link);
806806

807807
$this->assertTrue(is_link($link));

‎src/Symfony/Component/Serializer/Mapping/Factory/ClassResolverTrait.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Mapping/Factory/ClassResolverTrait.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ trait ClassResolverTrait
2929
*
3030
* @return string
3131
*
32-
* @throws InvalidArgumentException If the class does not exists
32+
* @throws InvalidArgumentException If the class does not exist
3333
*/
3434
private function getClass($value)
3535
{

0 commit comments

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