mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Prevent phar path rejiggering
This commit is contained in:
parent
b4f24d1fa6
commit
1413ccd111
@ -927,8 +927,6 @@ class Config
|
|||||||
throw new \InvalidArgumentException('Cannot find plugin file ' . $path);
|
throw new \InvalidArgumentException('Cannot find plugin file ' . $path);
|
||||||
}
|
}
|
||||||
|
|
||||||
$path = realpath($path);
|
|
||||||
|
|
||||||
$this->plugin_paths[] = $path;
|
$this->plugin_paths[] = $path;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user