mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
// unnecessary linebreak
This commit is contained in:
@ -80,7 +80,7 @@ final class UsesCall
|
|||||||
$this->targets = array_map(function ($target): string {
|
$this->targets = array_map(function ($target): string {
|
||||||
$isValid = is_dir($target) || file_exists($target);
|
$isValid = is_dir($target) || file_exists($target);
|
||||||
if (!$isValid) {
|
if (!$isValid) {
|
||||||
throw new InvalidUsesPath($target . "\n");
|
throw new InvalidUsesPath($target);
|
||||||
}
|
}
|
||||||
|
|
||||||
return realpath($target);
|
return realpath($target);
|
||||||
|
|||||||
Reference in New Issue
Block a user