We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfabb8a commit eae5ac2Copy full SHA for eae5ac2
guides/Symfony.rst
@@ -47,9 +47,9 @@ stored in an AWS S3 bucket by key:
47
// this is needed to prevent issues with truncated zip files
48
//initialise zipstream with output zip filename and options.
49
$zip = new ZipStream\ZipStream(
50
- 'outputName' => 'test.zip',
51
- 'defaultEnableZeroHeader' => true,
52
- 'contentType' => 'application/octet-stream',
+ outputName: 'test.zip',
+ defaultEnableZeroHeader: true,
+ contentType: 'application/octet-stream',
53
);
54
55
//loop keys - useful for multiple files
@@ -127,4 +127,4 @@ You need to add correct permissions
127
's3' => ['ACL' => 'public-read'],
128
]);
129
130
- fopen($path, 'w', null, $outputContext);
+ fopen($path, 'w', null, $outputContext);
0 commit comments