for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Knik\Binn;
use Knik\Binn\Contracts\Container;
class BinnObject extends BinnMap
{
protected $binnType = self::BINN_OBJECT;
}