for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace PascalDeVink\CloudEvents\V03;
final class BinaryData implements Data
{
public function getContentEncoding() : ContentEncoding
// TODO: Implement getContentEncoding() method.
}
public function getContentType() : ContentType
// TODO: Implement getContentType() method.
public function getData()
// TODO: Implement getData() method.