Skip to content

Commit 9752b9c

Browse files
committed
Removed multi-line comment
1 parent 84a1ca1 commit 9752b9c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Symfony/src/Codebender/LibraryBundle/Controller/ViewsController.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,9 +338,7 @@ public function downloadAction($library)
338338
$htmlcode = 404;
339339
} else {
340340
foreach ($files as $file) {
341-
/*
342-
* No special handling needed for binary files, since addFromString method is binary safe.
343-
*/
341+
// No special handling needed for binary files, since addFromString method is binary safe.
344342
$zip->addFromString($library . '/' . $file['filename'], file_get_contents($path . '/' . $file['filename']));
345343
}
346344
foreach ($examples as $file) {

0 commit comments

Comments
 (0)