for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace AmaTeam\ElasticSearch\Mapping\Parameter;
class NormsParameter extends AbstractBooleanParameter
{
const ID = 'norms';
const FRIENDLY_ID = self::ID;
public function getId(): string
return self::ID;
}