for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Swaggest\JsonSchema\Meta;
abstract class AbstractMeta
{
/**
* @param MetaHolder $schema
* @return static
*/
public static function get(MetaHolder $schema)
return $schema->getMeta(get_called_class());
}