for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Psi\Component\Grid\Metadata;
class SourceMetadata extends AbstractConfigurable
{
public function __construct(string $type = null, array $options = [])
$type = $type ? : 'property';
parent::__construct($type, $options);
}