Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
tbuczen committed Nov 25, 2021
1 parent 785d4b5 commit e2039d7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/Behat/Model/OperationRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,9 @@ public function getFormatted(): array
];
}

/** @todo Implement in later stages of development */
private function formatFilters(): string
{
$output = '';
foreach ($this->filters as $filter) {
}

return $output;
return '';
}

private function addFiltersToQuery(): void
Expand Down

0 comments on commit e2039d7

Please sign in to comment.