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