for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
/**
* Spiral Framework.
*
* @license MIT
* @author Anton Titov (Wolfy-J)
*/
namespace Spiral\Cycle\Schema;
class NullLocator implements LocatorInterface
{
* @inheritdoc
public function getEntities(): array
return [];
}