1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Prevent phar path rejiggering

This commit is contained in:
Brown 2019-04-29 11:33:13 -04:00
parent b4f24d1fa6
commit 1413ccd111

View File

@ -927,8 +927,6 @@ class Config
throw new \InvalidArgumentException('Cannot find plugin file ' . $path);
}
$path = realpath($path);
$this->plugin_paths[] = $path;
}