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 7524ac2

Browse filesBrowse files
committed
[Filesystem] [Serializer] fixes English grammar typo
1 parent 3bd5fae commit 7524ac2
Copy full SHA for 7524ac2

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/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.