Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit dec2ffb

Browse files
authored
Merge pull request #6 from fd6130/patch
Prevent reinitialize shared files and folders arrays
2 parents fa5c79c + bf34528 commit dec2ffb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Configuration/DefaultConfiguration.php

-3
Original file line numberDiff line numberDiff line change
@@ -340,9 +340,6 @@ public function fixPermissionsWithAcl(string $webServerUser): self
340340
// Relative to the project root directory
341341
public function sharedFilesAndDirs(array $paths = []): self
342342
{
343-
$this->sharedDirs = [];
344-
$this->sharedFiles = [];
345-
346343
foreach ($paths as $path) {
347344
$this->validatePathIsRelativeToProject($path, __METHOD__);
348345
if (is_dir($this->localProjectDir.DIRECTORY_SEPARATOR.$path)) {

0 commit comments

Comments
 (0)