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 84a1ca1 commit 9752b9cCopy full SHA for 9752b9c
Symfony/src/Codebender/LibraryBundle/Controller/ViewsController.php
@@ -338,9 +338,7 @@ public function downloadAction($library)
338
$htmlcode = 404;
339
} else {
340
foreach ($files as $file) {
341
- /*
342
- * No special handling needed for binary files, since addFromString method is binary safe.
343
- */
+ // No special handling needed for binary files, since addFromString method is binary safe.
344
$zip->addFromString($library . '/' . $file['filename'], file_get_contents($path . '/' . $file['filename']));
345
}
346
foreach ($examples as $file) {
0 commit comments