Skip to content

Commit

Permalink
minor #34604 [Filesystem] [Serializer] fixes English grammar typo (hh…
Browse files Browse the repository at this point in the history
…amon)

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
  • Loading branch information
fabpot committed Nov 26, 2019
2 parents 3bd5fae + 7524ac2 commit ed101fb
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
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
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 ed101fb

Please sign in to comment.