Skip to content

Commit

Permalink
[Filesystem] [Serializer] fixes English grammar typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hhamon committed Nov 25, 2019
1 parent 3bd5fae commit 7524ac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Filesystem/Tests/FilesystemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ public function testSymlink()
$file = $this->workspace.\DIRECTORY_SEPARATOR.'file';
$link = $this->workspace.\DIRECTORY_SEPARATOR.'link';

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

$this->assertTrue(is_link($link));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ trait ClassResolverTrait
*
* @return string
*
* @throws InvalidArgumentException If the class does not exists
* @throws InvalidArgumentException If the class does not exist
*/
private function getClass($value)
{
Expand Down

0 comments on commit 7524ac2

Please sign in to comment.