We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90fb3ec commit 6111a0eCopy full SHA for 6111a0e
src/PathPreserver.php
@@ -88,7 +88,7 @@ public function preserve()
88
$relevantPaths = array();
89
foreach ($this->preservePaths as $path) {
90
$normalizedPath = $this->filesystem->normalizePath($path);
91
- if (static::file_exists($path) && strpos($normalizedPath, $installPathNormalized) === 0) {
+ if (static::fileExists($path) && strpos($normalizedPath, $installPathNormalized) === 0) {
92
$relevantPaths[] = $normalizedPath;
93
}
94
0 commit comments