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 88995d3 commit 6af1058Copy full SHA for 6af1058
Zencoder.php
@@ -237,7 +237,7 @@ function ZencoderOutputNotification($params) {
237
}
238
239
function catch_and_parse() {
240
- $notificiation_data = json_decode(trim(file_get_contents('php://input')), true);
241
- return new ZencoderOutputNotification($notificiation_data);
+ $notification_data = json_decode(trim(file_get_contents('php://input')), true);
+ return new ZencoderOutputNotification($notification_data);
242
243
0 commit comments