PhpBench\Extensions\XDebug\Executor\XDebugTraceExecutor::getSchema PHP Method

getSchema() public method

public getSchema ( )
    public function getSchema()
    {
        return ['type' => 'object', 'additionalProperties' => false, 'properties' => ['callback' => ['type' => null], 'output_dir' => ['type' => 'string']]];
    }