Skip to content

Commit

Permalink
Merge pull request #6 from fd6130/patch
Browse files Browse the repository at this point in the history
Prevent reinitialize shared files and folders arrays
  • Loading branch information
fd6130 authored Nov 12, 2021
2 parents fa5c79c + bf34528 commit dec2ffb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Configuration/DefaultConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,6 @@ public function fixPermissionsWithAcl(string $webServerUser): self
// Relative to the project root directory
public function sharedFilesAndDirs(array $paths = []): self
{
$this->sharedDirs = [];
$this->sharedFiles = [];

foreach ($paths as $path) {
$this->validatePathIsRelativeToProject($path, __METHOD__);
if (is_dir($this->localProjectDir.DIRECTORY_SEPARATOR.$path)) {
Expand Down

0 comments on commit dec2ffb

Please sign in to comment.