// fixing type checks

This commit is contained in:
Dimitrios Karvounaris
2020-06-05 19:35:13 +02:00
parent 3640ab0945
commit 40a5d067ec
3 changed files with 3 additions and 3 deletions

View File

@ -83,7 +83,7 @@ final class UsesCall
throw new InvalidUsesPath($target);
}
return realpath($target);
return (string) realpath($target);
}, $targets);
}