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 268a9fd commit cca6c2aCopy full SHA for cca6c2a
Symfony/src/Codebender/BuilderBundle/Controller/DefaultController.php
@@ -108,9 +108,9 @@ protected function compile($contents)
108
}
109
110
unset($userAndLibmanLibraries['libraries']);
111
- $decoded['additionalCode'] = $userAndLibmanLibraries;
+ $decodedResponse['additionalCode'] = $userAndLibmanLibraries;
112
113
- return json_encode($decoded);
+ return json_encode($decodedResponse);
114
115
116
/**
0 commit comments