Skip to content

Commit f456373

Browse files
committed
Default shared files/dir to an empty array
1 parent bbd0c87 commit f456373

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)