Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request #20 from nenadstojanovikj/minor-remove-return-type
Browse files Browse the repository at this point in the history
Remove ExporterInterface::export() return type
  • Loading branch information
Nenad Stojanovikj authored Apr 8, 2019
2 parents 37931cd + 01a7020 commit 6337d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Trace/Exporter/ExporterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ interface ExporterInterface
* @param SpanData[] $spans
* @return bool Success of export
*/
public function export(array $spans): bool;
public function export(array $spans);
}

0 comments on commit 6337d1d

Please sign in to comment.