We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd0c87 commit f456373Copy full SHA for f456373
src/Configuration/DefaultConfiguration.php
@@ -326,7 +326,7 @@ public function fixPermissionsWithAcl(string $webServerUser): self
326
}
327
328
// Relative to the project root directory
329
- public function sharedFilesAndDirs(array $paths): self
+ public function sharedFilesAndDirs(array $paths = []): self
330
{
331
$this->sharedDirs = [];
332
$this->sharedFiles = [];
0 commit comments