mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 01:37:21 +01:00
// fixing type checks
This commit is contained in:
@ -83,7 +83,7 @@ final class UsesCall
|
||||
throw new InvalidUsesPath($target);
|
||||
}
|
||||
|
||||
return realpath($target);
|
||||
return (string) realpath($target);
|
||||
}, $targets);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user