for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php declare(strict_types = 1);
namespace Suilven\FreeTextSearch\Tests\Mock;
// @phpcs:disable SlevomatCodingStandard.Functions.UnusedParameter.UnusedParameter
class IndexCreator implements \Suilven\FreeTextSearch\Interfaces\IndexCreator
{
public function createIndex(string $indexName): void
// TODO: Implement createIndex() method.
}