[Filesystem] [Serializer] fixes English grammar typo

This commit is contained in:
Hugo Hamon 2019-11-25 17:36:22 +01:00
parent 3bd5faeaf6
commit 7524ac2866
2 changed files with 2 additions and 2 deletions

View File

@ -801,7 +801,7 @@ class FilesystemTest extends FilesystemTestCase
$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));

View File

@ -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)
{