File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Serializer/Mapping/Factory Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -801,7 +801,7 @@ public function testSymlink()
801
801
$ file = $ this ->workspace .\DIRECTORY_SEPARATOR .'file ' ;
802
802
$ link = $ this ->workspace .\DIRECTORY_SEPARATOR .'link ' ;
803
803
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
805
805
$ this ->filesystem ->symlink ($ file , $ link );
806
806
807
807
$ this ->assertTrue (is_link ($ link ));
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ trait ClassResolverTrait
29
29
*
30
30
* @return string
31
31
*
32
- * @throws InvalidArgumentException If the class does not exists
32
+ * @throws InvalidArgumentException If the class does not exist
33
33
*/
34
34
private function getClass ($ value )
35
35
{
You can’t perform that action at this time.
0 commit comments