Skip to content

Commit 62153f7

Browse files
committed
minor #51 Default shared files/dir to an empty array (javiereguiluz)
This PR was merged into the 1.0.x-dev branch. Discussion ---------- Default shared files/dir to an empty array This makes the same change as proposed by @RickSeymour in #44 ... but I couldn't fix the conflicts of his pull request, so I'm creating a new one. Thanks! Commits ------- f456373 Default shared files/dir to an empty array
2 parents bbd0c87 + f456373 commit 62153f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Configuration/DefaultConfiguration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ public function fixPermissionsWithAcl(string $webServerUser): self
326326
}
327327

328328
// Relative to the project root directory
329-
public function sharedFilesAndDirs(array $paths): self
329+
public function sharedFilesAndDirs(array $paths = []): self
330330
{
331331
$this->sharedDirs = [];
332332
$this->sharedFiles = [];

0 commit comments

Comments
 (0)