8000 minor #34604 [Filesystem] [Serializer] fixes English grammar typo (hh… · symfony/symfony@ed101fb · GitHub
[go: up one dir, main page]

Skip to content

Commit ed101fb

Browse 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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines 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

Lines 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